python37Packages.rasterio: 1.0.12 -> 1.0.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-rasterio/versions
This commit is contained in:
parent
4b3481eb7b
commit
5be962f5b7
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rasterio";
|
pname = "rasterio";
|
||||||
version = "1.0.12";
|
version = "1.0.13";
|
||||||
|
|
||||||
# Pypi doesn't ship the tests, so we fetch directly from GitHub
|
# Pypi doesn't ship the tests, so we fetch directly from GitHub
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mapbox";
|
owner = "mapbox";
|
||||||
repo = "rasterio";
|
repo = "rasterio";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0mdm03yhlcsa9jwy1yzvqrzk4spmh1dzjaq9krsj958k7wkps672";
|
sha256 = "1l1ppclmcq4cmbqvplrpx9sscxfpjlba6w0114y1ma675w30bgfb";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ];
|
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ];
|
||||||
|
Loading…
Reference in New Issue
Block a user