mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-extinction: Update to 0.4.7.
* gnu/packages/astronomy.scm (python-extinction): Update to 0.4.7. Change-Id: If37e5335e5e7cd7dd8ed9b394108507b3b544f41
This commit is contained in:
parent
2ac79d8726
commit
23790fe46e
1 changed files with 2 additions and 2 deletions
|
@ -2184,7 +2184,7 @@ (define-public python-ephem
|
|||
(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 @@ (define-public python-extinction
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1adxq926jd469mxm6llvsljgf2jqb06905h61i9qzc7m2yrm4wga"))))
|
||||
(base32 "04k9mfbijf2nwzhh9sxpkswxk7077d7gbc6nq4hjb51h8rslcjg2"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue