3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pyproj: Update to 3.4.0.

* gnu/packages/geo.scm (python-pyproj): Update to 3.4.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Felix Gruber 2022-12-17 11:42:57 +00:00 committed by Guillaume Le Vaillant
parent 12586fd0b8
commit 9c5c432f40
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -702,14 +702,14 @@ projections.")
(define-public python-pyproj
(package
(name "python-pyproj")
(version "3.3.1")
(version "3.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyproj" version))
(sha256
(base32
"1gjg63irs44djyqbp9gg7s02d0y5i9cd1a83phyzp5fcj56y3n5k"))))
"0czbfl5dd7jckbwvinfwiwdb99sxj796gfn3a9zqbsdc4xcl8257"))))
(build-system python-build-system)
(arguments
`(#:phases