python311Packages.fe25519: 1.4.2 -> 1.5.0

This commit is contained in:
Fabian Affolter
2023-08-26 20:14:42 +02:00
parent a16ae0ed63
commit 3eef22ee67
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "fe25519";
version = "1.4.2";
version = "1.5.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VwCw/sS8Pzhscoa6yCRGbB9X+CtRVn8xyBEpKfGyhhY=";
hash = "sha256-la+17tPHjceMTe7Wk8DGVaSptk8XJa+l7GTeqLIFDvs=";
};
nativeBuildInputs = [