python3Packages.pysuez: 2.0.5 -> 2.0.7

https://github.com/jb101010-2/pySuez/releases/tag/2.0.7
This commit is contained in:
Martin Weinelt 2025-07-28 15:15:42 +02:00
parent 47acefa3ca
commit 1a3b943a66
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pysuezv2"; pname = "pysuezv2";
version = "2.0.5"; version = "2.0.7";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "jb101010-2"; owner = "jb101010-2";
repo = "pySuez"; repo = "pySuez";
tag = version; tag = version;
hash = "sha256-U5INSk3tcEgDJyRx17YaSDjPWgNwGeHIs2VB87E0l44="; hash = "sha256-nPRHpT5j/AAxhCJen4mFzoyUWi/+0hIWK2dnpfhP/Gk=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];