lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pysuezv2: 2.0.3 -> 2.0.4

Diff: https://github.com/jb101010-2/pySuez/compare/refs/tags/2.0.3...2.0.4

Changelog: https://github.com/jb101010-2/pySuez/releases/tag/2.0.4

+2 -2
+2 -2
pkgs/development/python-modules/pysuezv2/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pysuezv2"; 12 - version = "2.0.3"; 12 + version = "2.0.4"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 18 18 owner = "jb101010-2"; 19 19 repo = "pySuez"; 20 20 tag = version; 21 - hash = "sha256-D/XsJL393fDIKMB1Wyzods5hLsdU3Qgq8T5aTJ3SLrM="; 21 + hash = "sha256-/VgZjYWMvZYXAvt14VABKXp8Ok8EpxDsMqPl8lmUCq8="; 22 22 }; 23 23 24 24 build-system = [ hatchling ];