diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 20:49:09 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:40 +0000 |
commit | 23790fe46e6dd300f9056602452edffc668a9e59 (patch) | |
tree | 8ea7e2cf96fff916c7342f211037e706dbf5366d | |
parent | 2ac79d8726420cdb223756ff13630a61c6fcd0dd (diff) |
gnu: python-extinction: Update to 0.4.7.
* gnu/packages/astronomy.scm (python-extinction): Update to 0.4.7.
Change-Id: If37e5335e5e7cd7dd8ed9b394108507b3b544f41
-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 c83e57245de..66fdd737e4f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2184,7 +2184,7 @@ of dates.") (define-public python-extinction (package (name "python-extinction") - (version "0.4.6") + (version "0.4.7") (source (origin (method git-fetch) ; No tests in PyPI @@ -2193,7 +2193,7 @@ of dates.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1adxq926jd469mxm6llvsljgf2jqb06905h61i9qzc7m2yrm4wga")))) + (base32 "04k9mfbijf2nwzhh9sxpkswxk7077d7gbc6nq4hjb51h8rslcjg2")))) (build-system pyproject-build-system) (arguments (list |