python313Packages.ge25519: 1.5.1 -> 2.0.0

This commit is contained in:
Fabian Affolter
2025-09-22 11:41:54 +02:00
parent a4a1de9129
commit e69666e24a
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "ge25519";
version = "1.5.1";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VKDPiSdufWwrNcZSRTByFU4YGoJrm48TDm1nt4VyclA=";
hash = "sha256-eqduw1nMHMiMIvhzXA1Zg2foqQscQwFLhgm9aJYvmuo=";
};
build-system = [ setuptools ];