mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-metpy: Update to 1.6.3.
* gnu/packages/geo.scm (python-metpy): Update to 1.6.3. [source]: Adjust URI. Change-Id: I36f26862188355ee2e7b2dbbb5222958e2562178
This commit is contained in:
parent
c01a99bb34
commit
94303dd21c
1 changed files with 3 additions and 3 deletions
|
@ -1700,13 +1700,13 @@ (define-public imposm3
|
|||
(define-public python-metpy
|
||||
(package
|
||||
(name "python-metpy")
|
||||
(version "1.6.2")
|
||||
(version "1.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "MetPy" version))
|
||||
(uri (pypi-uri "metpy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fvnfhk4x2a1cn3f9x4snlars3bjzrnwk9lgldzmh63q1nn5n1pb"))))
|
||||
"0rh7lslwf79sgbf0933pz6mxchbrb0434pbdzqgzs1kjlsli9pr3"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; Too many of the tests in the files below require online data.
|
||||
|
|
Loading…
Reference in a new issue