python310Packages.ge25519: 1.4.0 -> 1.4.3

This commit is contained in:
Fabian Affolter 2023-04-30 22:43:01 +02:00
parent adcab29b8e
commit 27af2327b7

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ge25519";
version = "1.4.0";
version = "1.4.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-QDVhvOyTRwOgB9rCpLTpM4floLKa43hAxS2L0h4+HTU=";
hash = "sha256-oOvrfRSpvwfCcmpV7FOxcBOW8Ex89d2+otjORrzX4o0=";
};
nativeBuildInputs = [