Skip to content

Commit

Permalink
python312Packages.pypalazzetti: 0.1.14 -> 0.1.15 (NixOS#366669)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 20, 2024
2 parents 9a492b7 + fc0ccd9 commit b06db0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pypalazzetti/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "pypalazzetti";
version = "0.1.14";
version = "0.1.15";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dotvav";
repo = "py-palazzetti-api";
rev = "refs/tags/v${version}";
hash = "sha256-TDD3/UghNtsSAWV0k1I4MOjTFZB+sBqGgpKwy1p9Gx4=";
hash = "sha256-gqJZVlX060BMbTbkbpK6UMnM71Mr06sNHX++ObI3Y5Y=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit b06db0f

Please sign in to comment.