diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-21 16:11:10 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:44 +0000 |
commit | 6b705ecf41e05fecf9fbd7b27f38bbe5bac187d0 (patch) | |
tree | a780b3c50456cf225cd4d43b633b9ee7b92b6aa8 | |
parent | e8887bee981bed02901b2f9b44baa43d5d653de2 (diff) |
gnu: python-cdflib: Update to 1.3.2.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.2.
Change-Id: Ibd8ed32e12c09b3f9e88a668e92a9c1c9dc9db86
-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 52d392499e..47494d1bbf 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3531,7 +3531,7 @@ bad pixel tracking throughout the reduction process.") (define-public python-cdflib (package (name "python-cdflib") - (version "1.3.1") + (version "1.3.2") (source (origin (method git-fetch) ; no tests in PyPI release @@ -3540,7 +3540,7 @@ bad pixel tracking throughout the reduction process.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0zmz9wjhlq43lqy5k4fld9cj5k39s1hkkaligrn3kpf9hcbd79qn")))) + (base32 "0g723s5xg7vd37vlbjpgpiljd3vxwccslwzcf619zvdnc2xbcw2c")))) (build-system pyproject-build-system) (arguments (list #:phases |