This is an automated email from the git hooks/post-receive script.

monego pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4eb1a5426b gnu: python-metpy: Update to 1.6.2.
4eb1a5426b is described below

commit 4eb1a5426b93bfd19282db0d255633ca2959efc5
Author: Vinicius Monego <mon...@posteo.net>
AuthorDate: Sat Apr 6 09:50:36 2024 -0300

    gnu: python-metpy: Update to 1.6.2.
    
    * gnu/packages/geo.scm (python-metpy): Update to 1.6.2.
    
    Change-Id: I6f05105d969d50acf005ac9035eb8055b9ed53bf
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index dd8c313135..8b0a4938b8 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1631,13 +1631,13 @@ to create databases that are optimized for 
rendering/tile/map-services.")
 (define-public python-metpy
   (package
     (name "python-metpy")
-    (version "1.6.1")
+    (version "1.6.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "MetPy" version))
               (sha256
                (base32
-                "1pzzanar797wkn6ljs47vni1fwli570d5qsiw1kpw0j1xymcmfsm"))))
+                "1fvnfhk4x2a1cn3f9x4snlars3bjzrnwk9lgldzmh63q1nn5n1pb"))))
     (build-system pyproject-build-system)
     (arguments
      ;; Too many of the tests in the files below require online data.

Reply via email to