diff options
author | Vinicius Monego <monego@posteo.net> | 2023-10-12 10:11:00 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-10-12 21:48:47 -0300 |
commit | 844dd7dac76fa491a052df1d117a5d817cc8087c (patch) | |
tree | 8e3612f9c3b2944a09848cc585c47f5245efc944 /gnu | |
parent | f1b7111f093c86b97b1049c6ee2ddb6e9c2910dc (diff) |
gnu: python-metpy: Update to 1.5.1.
* gnu/packages/geo.scm (python-metpy): Update to 1.5.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 3c238cd62a..a33d446201 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1485,13 +1485,13 @@ to create databases that are optimized for rendering/tile/map-services.") (define-public python-metpy (package (name "python-metpy") - (version "1.5.0") + (version "1.5.1") (source (origin (method url-fetch) (uri (pypi-uri "MetPy" version)) (sha256 (base32 - "0g9m8qb920mvi0kqw7vbagj08xvv96zj6gjyc7dawlvh15vb55qq")))) + "1is6rradl97k04hf27dhzla4y4j98hibran3rbz6xh226q1r9vmb")))) (build-system pyproject-build-system) (arguments ;; Too many of the tests in the files below require online data. |