Skip to content

Commit 5c05f1d

Browse files
r-ryantmJon
authored andcommitted
python27Packages.rasterio: 1.1.4 -> 1.1.5
1 parent 18a454b commit 5c05f1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/rasterio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
buildPythonPackage rec {
88
pname = "rasterio";
9-
version = "1.1.4";
9+
version = "1.1.5";
1010

1111
# Pypi doesn't ship the tests, so we fetch directly from GitHub
1212
src = fetchFromGitHub {
1313
owner = "mapbox";
1414
repo = "rasterio";
1515
rev = version;
16-
sha256 = "1a1ik66b7n6h9gxlr5yb16hhf5h9117av2ggykpfaw699xxhnz30";
16+
sha256 = "168b6hmx026jsvhnq6s5k0qfhzda02mmx1alax6wqk16mk63mqcz";
1717
};
1818

1919
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ] ++ lib.optional (!isPy3k) mock;

0 commit comments

Comments
 (0)