diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-09 18:04:59 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-29 15:08:08 +0000 |
commit | 5754757486962c334d7b8e7c28fc3088297f4117 (patch) | |
tree | 7b9c90125c8dd701987e060a8aa0dcf767848367 /gnu | |
parent | e1e2ee1e5574cd89102a8f72f808805a3a35505a (diff) | |
download | guix-5754757486962c334d7b8e7c28fc3088297f4117.tar.gz guix-5754757486962c334d7b8e7c28fc3088297f4117.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 382da91b4c..808cbb46d6 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4463,14 +4463,14 @@ install an implementation package such as asdf-astropy.") (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 |