gnu: python-asdf-transform-schemas: Update to 0.5.0.

* gnu/packages/astronomy.scm (python-asdf-transform-schemas): Update to 0.5.0.

Change-Id: Ibf122fa98260de9a472a9c2786f85e1f1098fa19
This commit is contained in:
Sharlatan Hellseher 2024-03-09 18:17:36 +00:00
parent 87d5ae0093
commit dc21d8e57a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4337,13 +4337,13 @@ (define-public python-asdf-standard
(define python-asdf-transform-schemas (define python-asdf-transform-schemas
(package (package
(name "python-asdf-transform-schemas") (name "python-asdf-transform-schemas")
(version "0.4.0") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "asdf_transform_schemas" version)) (uri (pypi-uri "asdf_transform_schemas" version))
(sha256 (sha256
(base32 "1jlls8mirwarf8d67gaix39d8zcx1rx8fmr9qdzrbyrmxqzxqzyy")))) (base32 "0as6dcf9dmxjh24gwdmqwbbrk56fhgsmzwi7af4llwvm4mw4rkw2"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
;; Dependency cycle with python-asdf ;; Dependency cycle with python-asdf