mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 03:26:08 +03:00
python3Packages.pyproj: 3.3.0 -> 3.3.1
This commit is contained in:
parent
d22c4a24f1
commit
e60849e6c2
1 changed files with 3 additions and 3 deletions
|
@ -17,14 +17,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyproj";
|
pname = "pyproj";
|
||||||
version = "3.3.0";
|
version = "3.3.1";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pyproj4";
|
owner = "pyproj4";
|
||||||
repo = "pyproj";
|
repo = "pyproj";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-crLYNACS9I0WGOdkYCJNoyxeAYsR41ZszzKRZsYHCLY=";
|
hash = "sha256-QmpwnOnMjV29Tq+M6FCotDytq6zlhsp0Zgzw3V7nhNQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# force pyproj to use ${proj}
|
# force pyproj to use ${proj}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue