~ruther/guix-local

b6666118f5e9e6badae4128029069732abdbad1b — Sharlatan Hellseher 5 months ago 180d543
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 <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/geo.scm
M gnu/packages/geo.scm => gnu/packages/geo.scm +3 -2
@@ 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"