mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-metpy: Update to 1.6.2.
* gnu/packages/geo.scm (python-metpy): Update to 1.6.2. Change-Id: I6f05105d969d50acf005ac9035eb8055b9ed53bf
This commit is contained in:
parent
b23183c315
commit
4eb1a5426b
1 changed files with 2 additions and 2 deletions
|
@ -1631,13 +1631,13 @@ (define-public imposm3
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue