Skip to content

Commit

Permalink
python312Packages.pyblu: 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 4, 2024
1 parent 44de13c commit 858c9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyblu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "pyblu";
version = "1.0.2";
version = "1.0.3";
pyproject = true;

src = fetchFromGitHub {
owner = "LouisChrist";
repo = "pyblu";
rev = "refs/tags/v${version}";
hash = "sha256-olQZ7e4RmjL1KVtJvPsXICgL2VCOIFnZCW8WjKO3X+Q=";
hash = "sha256-1H7TqFPVstB+nCYwWOT8E2HcmkLQx9pekBq2WIAf8DQ=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 858c9dc

Please sign in to comment.