diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-03 22:23:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-03 22:27:30 +0200 |
commit | 71a4e260936b264b722e5359f94a9d93865c7daf (patch) | |
tree | 70bb36f67799bb4c2c9ce3a23d5985d6755ef939 | |
parent | 6332ad5470ec88e1e443c12825abf9e8bea04154 (diff) |
gnu: python-asdf: Update to 2.7.4.
* gnu/packages/astronomy.scm (python-asdf): Update to 2.7.4.
-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 886296aded..85164e7262 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -953,13 +953,13 @@ of stand-alone functions and classes.") (define-public python-asdf (package (name "python-asdf") - (version "2.7.2") + (version "2.7.4") (source (origin (method url-fetch) (uri (pypi-uri "asdf" version)) (sha256 - (base32 "1y47zhkd90i8wmm2i35amfl0rvjqlb3fcx90xp7n9kr2z0byzyzg")))) + (base32 "1mj52l2m8pbhiqacgjakjpvqi8kyx470yw151lcsswbq5wp0rsc6")))) (build-system python-build-system) (arguments ;; TODO: (Sharlatan-20210207T165820+0000): Tests depend on astropy, astropy |