Skip to content

Commit

Permalink
python312Packages.pyduotecno: 2024.10.0 -> 2024.10.1 (#350720)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 24, 2024
2 parents 549cc5e + e31d980 commit d329892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyduotecno/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "pyduotecno";
version = "2024.10.0";
version = "2024.10.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "pyDuotecno";
rev = "refs/tags/${version}";
hash = "sha256-F2f3c6jy3oWPGBOlS0/U0iaHj5jYn2WiK+HoWO8vYaY=";
hash = "sha256-I/ZA2ooa6nunUr/4K+FWAGMOdcJDfGzE99jJ8zTe2Po=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit d329892

Please sign in to comment.