Skip to content

Commit

Permalink
python312Packages.pypalazzetti: 0.1.14 -> 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 19, 2024
1 parent d70bd19 commit fc0ccd9
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 fc0ccd9

Please sign in to comment.