Archived
1
0
Fork 0

gnu: python-metpy: Update to 1.6.2.

* gnu/packages/geo.scm (python-metpy): Update to 1.6.2.

Change-Id: I6f05105d969d50acf005ac9035eb8055b9ed53bf
This commit is contained in:
Vinicius Monego 2024-04-06 09:50:36 -03:00
parent b23183c315
commit 4eb1a5426b
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1631,13 +1631,13 @@ to create databases that are optimized for rendering/tile/map-services.")
(define-public python-metpy (define-public python-metpy
(package (package
(name "python-metpy") (name "python-metpy")
(version "1.6.1") (version "1.6.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "MetPy" version)) (uri (pypi-uri "MetPy" version))
(sha256 (sha256
(base32 (base32
"1pzzanar797wkn6ljs47vni1fwli570d5qsiw1kpw0j1xymcmfsm")))) "1fvnfhk4x2a1cn3f9x4snlars3bjzrnwk9lgldzmh63q1nn5n1pb"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
;; Too many of the tests in the files below require online data. ;; Too many of the tests in the files below require online data.