Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: Fiona: 1.7.11 -> 1.7.11.post1

+2 -2
+2 -2
pkgs/development/python-modules/fiona/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "Fiona"; 8 - version = "1.7.11"; 8 + version = "1.7.11.post1"; 9 9 name = "${pname}-${version}"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "5e9c68ea71e9d79fcfb68c9a101c0b133301e233c9bcca7b7c65f33cc7636ef5"; 13 + sha256 = "35df044fa805e6b420450f5d4281fc0edf96e1da0545c31032045cd3cfad3abf"; 14 14 }; 15 15 16 16 buildInputs = [