Skip to content

Commit

Permalink
pkgs(python3-pyproj): update to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Jun 13, 2023
1 parent 688c9e7 commit 0d40415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/pyproj/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "pyproj";
version = "3.5.0";
version = "3.6.0";
disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "pyproj4";
repo = "pyproj";
rev = "refs/tags/${version}";
hash = "sha256-Vsje8gEJWNt2P1WOFm/IZSpJo04N0CXWxcmfADmP/M4=";
hash = "sha256-XMJg1azsvMtVnKuIulrrZ1Of3CFk2/EgQjkN1g0FpmQ=";
};

# force pyproj to use ${proj}
Expand Down

0 comments on commit 0d40415

Please sign in to comment.