python312Packages.pysuez: 2.0.1 -> 2.0.3

This commit is contained in:
R. Ryantm
2025-01-08 13:06:18 +00:00
parent ac8941d77f
commit fc3ed4c9fc
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysuez";
version = "2.0.1";
version = "2.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "jb101010-2";
repo = "pySuez";
tag = version;
hash = "sha256-p9kTWaSMRgKZFonHTgT7nj4NdeTFCeEHawIFew/rii4=";
hash = "sha256-D/XsJL393fDIKMB1Wyzods5hLsdU3Qgq8T5aTJ3SLrM=";
};
build-system = [ hatchling ];