gnu: python-metpy: Update to 1.6.3.

* gnu/packages/geo.scm (python-metpy): Update to 1.6.3.
[source]: Adjust URI.

Change-Id: I36f26862188355ee2e7b2dbbb5222958e2562178
This commit is contained in:
Vinicius Monego 2024-08-30 19:15:23 -03:00
parent c01a99bb34
commit 94303dd21c
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1700,13 +1700,13 @@ (define-public imposm3
(define-public python-metpy (define-public python-metpy
(package (package
(name "python-metpy") (name "python-metpy")
(version "1.6.2") (version "1.6.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "MetPy" version)) (uri (pypi-uri "metpy" version))
(sha256 (sha256
(base32 (base32
"1fvnfhk4x2a1cn3f9x4snlars3bjzrnwk9lgldzmh63q1nn5n1pb")))) "0rh7lslwf79sgbf0933pz6mxchbrb0434pbdzqgzs1kjlsli9pr3"))))
(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.