tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python: Fiona: 1.7.11 -> 1.7.11.post1
Frederik Rietdijk
8 years ago
85ae655d
7ddbae5f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
fiona
default.nix
+2
-2
pkgs/development/python-modules/fiona/default.nix
···
5
5
6
6
buildPythonPackage rec {
7
7
pname = "Fiona";
8
8
-
version = "1.7.11";
8
8
+
version = "1.7.11.post1";
9
9
name = "${pname}-${version}";
10
10
11
11
src = fetchPypi {
12
12
inherit pname version;
13
13
-
sha256 = "5e9c68ea71e9d79fcfb68c9a101c0b133301e233c9bcca7b7c65f33cc7636ef5";
13
13
+
sha256 = "35df044fa805e6b420450f5d4281fc0edf96e1da0545c31032045cd3cfad3abf";
14
14
};
15
15
16
16
buildInputs = [