We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a454b commit 5c05f1dCopy full SHA for 5c05f1d
1 file changed
pkgs/development/python-modules/rasterio/default.nix
@@ -6,14 +6,14 @@
6
7
buildPythonPackage rec {
8
pname = "rasterio";
9
- version = "1.1.4";
+ version = "1.1.5";
10
11
# Pypi doesn't ship the tests, so we fetch directly from GitHub
12
src = fetchFromGitHub {
13
owner = "mapbox";
14
repo = "rasterio";
15
rev = version;
16
- sha256 = "1a1ik66b7n6h9gxlr5yb16hhf5h9117av2ggykpfaw699xxhnz30";
+ sha256 = "168b6hmx026jsvhnq6s5k0qfhzda02mmx1alax6wqk16mk63mqcz";
17
};
18
19
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ] ++ lib.optional (!isPy3k) mock;
0 commit comments