lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.cysignals: 1.11.1 -> 1.11.2

+5 -2
+5 -2
pkgs/development/python-modules/cysignals/default.nix
··· 1 1 { lib 2 + , autoreconfHook 2 3 , fetchPypi 3 4 , buildPythonPackage 4 5 , cython ··· 9 10 10 11 buildPythonPackage rec { 11 12 pname = "cysignals"; 12 - version = "1.11.1"; 13 + version = "1.11.2"; 13 14 14 15 src = fetchPypi { 15 16 inherit pname version; 16 - sha256 = "72985b0ddd6d6f0084b9583562c39d818012420c4f7dd8bf31b55be45d3b95f8"; 17 + sha256 = "5858b1760fbe21848121b826b2463a67ac5a45caf3d73105497a68618c5a6fa6"; 17 18 }; 18 19 19 20 # explicit check: ··· 39 40 # pari. 40 41 pari 41 42 ]; 43 + 44 + nativeBuildInputs = [ autoreconfHook ]; 42 45 43 46 enableParallelBuilding = true; 44 47