guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 741721419028f11f4117017b1dda313a2d625113
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 22:29:15 2026 +0000

    gnu: python-metpy: Update to 1.7.1.
    
    * gnu/packages/geo.scm (python-metpy): Update to 1.7.1.
    
    Change-Id: I93c3600f1549d70c18acdb0b8652ffc3fbe7642c
---
 gnu/packages/geo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index b75b128673..60e4f6f6ef 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2229,17 +2229,18 @@ databases that are optimized for 
rendering/tile/map-services.")
 (define-public python-metpy
   (package
     (name "python-metpy")
-    (version "1.7.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "metpy" version))
               (sha256
                (base32
-                "1r3adxf6knplp96s5jp65lahg9r096iaq5hdhzyqpkrmqwyy1mxa"))))
+                "0xfficr4jw6yn0l0nrm4yvymywd7lcp6y0acjyhr5h4bnpd8zzfd"))))
     (build-system pyproject-build-system)
     (arguments
      ;; Too many of the tests in the files below require online data.
      (list
+      ;; tests: 752 passed, 55 skipped, 17 deselected, 1 xfailed
       #:test-flags
       #~(list "--ignore" "tests/io/test_nexrad.py"
               "--ignore" "tests/plots/test_declarative.py"

Reply via email to