monego pushed a commit to branch master
in repository guix.
commit a185dd97e4790c76dac273cf280822a5f8c4be32
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jan 16 19:40:13 2024 -0300
gnu: python-metpy: Update to 1.6.1.
* gnu/packages/geo.scm (python-metpy): Update to 1.6.1.
Change-Id: Id8d8d6db3e31307242e56c494b6dee7c2ffab8f1
---
gnu/packages/geo.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 14e2d9f16b..119a9802d0 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2020 Christopher Baines <[email protected]>
;;; Copyright © 2020, 2021, 2022, 2023 Felix Gruber <[email protected]>
;;; Copyright © 2021, 2023 Sharlatan Hellseher <[email protected]>
-;;; Copyright © 2021, 2023 Vinicius Monego <[email protected]>
+;;; Copyright © 2021, 2023, 2024 Vinicius Monego <[email protected]>
;;; Copyright © 2021 Clément Lassieur <[email protected]>
;;; Copyright © 2021, 2022 Nikolay Korotkiy <[email protected]>
;;; Copyright © 2022 Roman Scherer <[email protected]>
@@ -1495,13 +1495,13 @@ to create databases that are optimized for
rendering/tile/map-services.")
(define-public python-metpy
(package
(name "python-metpy")
- (version "1.6.0")
+ (version "1.6.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "MetPy" version))
(sha256
(base32
- "125nb1bmkqpdf19fq0mbbgzdjczn46lr9yqi7zgn6k62dzjm1gm7"))))
+ "1pzzanar797wkn6ljs47vni1fwli570d5qsiw1kpw0j1xymcmfsm"))))
(build-system pyproject-build-system)
(arguments
;; Too many of the tests in the files below require online data.