mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-asdf-unit-schemas: Update to 0.2.0.
* gnu/packages/astronomy.scm (python-asdf-unit-schemas): Update to 0.2.0. Change-Id: Ib767a5b3e1d58205e18eb71465a1505d6ba7a7eb
This commit is contained in:
parent
e1e2ee1e55
commit
5754757486
1 changed files with 2 additions and 2 deletions
|
@ -4463,14 +4463,14 @@ (define python-asdf-time-schemas
|
|||
(define python-asdf-unit-schemas
|
||||
(package
|
||||
(name "python-asdf-unit-schemas")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asdf_unit_schemas" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16grpx3a9h0v1wirp0zqrfsxm867v5c0xyr98pylzziy45kqvds2"))))
|
||||
"0h24gvm1wip4gh3fw5ki8kwnvcy8gw6b6pajw3i1zvriamdw95fr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; Dependency cycle with python-asdf
|
||||
|
|
Loading…
Reference in a new issue