Merge pull request #251649 from fabaff/fe25519-bump

python311Packages.fe25519: 1.4.2 -> 1.5.0
This commit is contained in:
Matthias Beyer
2023-08-26 20:30:52 +02:00
committed by GitHub
@@ -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 = [