python311Packages.ge25519: 1.3.0 -> 1.4.0

This commit is contained in:
Fabian Affolter
2023-04-26 08:31:10 +02:00
parent bd3283b646
commit b4f893b9a1
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ge25519";
version = "1.3.0";
version = "1.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-y9Nv59pLWk1kRjZG3EmalT34Mjx7RLZ4WkvJlRrK5LI=";
hash = "sha256-QDVhvOyTRwOgB9rCpLTpM4floLKa43hAxS2L0h4+HTU=";
};
nativeBuildInputs = [