mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-metpy: Update to 1.5.1.
* gnu/packages/geo.scm (python-metpy): Update to 1.5.1.
This commit is contained in:
@@ -1485,13 +1485,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.5.0")
|
(version "1.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "MetPy" version))
|
(uri (pypi-uri "MetPy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g9m8qb920mvi0kqw7vbagj08xvv96zj6gjyc7dawlvh15vb55qq"))))
|
"1is6rradl97k04hf27dhzla4y4j98hibran3rbz6xh226q1r9vmb"))))
|
||||||
(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.
|
||||||
|
|||||||
Reference in New Issue
Block a user