3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.fpylll: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2024-01-24 04:03:23 +00:00
parent e81467f581
commit d3ad11d0bf

View file

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "fpylll";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fplll";
repo = "fpylll";
rev = "refs/tags/${version}";
hash = "sha256-EyReCkVRb3CgzIRal5H13OX/UdwWi+evDe7PoS1qP4A=";
hash = "sha256-M3ZnDL0Ui3UAa5Jn/Wr5pAHhghP7EAaQD/sx5QZ58ZQ=";
};
# temporarily revert to cython 0.29