From b6666118f5e9e6badae4128029069732abdbad1b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 6 Jan 2026 22:29:15 +0000 Subject: [PATCH] gnu: python-metpy: Update to 1.7.1. * gnu/packages/geo.scm (python-metpy): Update to 1.7.1. Change-Id: I93c3600f1549d70c18acdb0b8652ffc3fbe7642c Signed-off-by: Rutherther --- 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 b75b1286730d3aaaaee1cf1e2b880488d03ab7b8..60e4f6f6ef0204522739c0499a0cd733fb3e9e75 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"