python312Packages.pysuezv2: 1.3.5 -> 2.0.1

Diff: https://github.com/jb101010-2/pySuez/compare/refs/tags/1.3.5...2.0.1

Changelog: https://github.com/jb101010-2/pySuez/releases/tag/2.0.1
This commit is contained in:
Fabian Affolter
2025-01-06 23:06:12 +01:00
parent 58f12ee8a6
commit 3d2bb74143
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysuezv2";
version = "1.3.5";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "jb101010-2";
repo = "pySuez";
tag = version;
hash = "sha256-BG5nX2S+WV0Bdwm/cvm+mGO1RUd+F312tZ4jws6A/d8=";
hash = "sha256-p9kTWaSMRgKZFonHTgT7nj4NdeTFCeEHawIFew/rii4=";
};
build-system = [ hatchling ];