diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-07-27 00:15:37 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-07 20:42:33 +0200 |
commit | d43b53c476b4e9322b31274b788e851d37e72302 (patch) | |
tree | 3d8ea651cd302ff5dfe1b4037ba28580b163fbff /gnu | |
parent | f8ba0889f2a07eaac3551a5651400729b76eeec0 (diff) | |
download | guix-d43b53c476b4e9322b31274b788e851d37e72302.tar.gz guix-d43b53c476b4e9322b31274b788e851d37e72302.zip |
gnu: python-drms: Update to 0.6.4.
* gnu/packages/astronomy.scm (python-drms): Update to 0.6.4.
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 4ab3a186cb..67ae8cf572 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1767,13 +1767,13 @@ Cesium.") (define-public python-drms (package (name "python-drms") - (version "0.6.3") + (version "0.6.4") (source (origin (method url-fetch) (uri (pypi-uri "drms" version)) (sha256 - (base32 "1b0w350y4wbgyy19zcf28xbb85mqq6gnhb6ppibbc4hbn2ixbcvj")))) + (base32 "0mkrmr55fgca441z7hvsyri6x9cjsh0sfas3hrj0k1k10k8vszbw")))) (build-system python-build-system) (arguments (list |