mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: python-poppy: Update to 1.1.1.
* gnu/packages/astronomy.scm (python-poppy): Update to 1.1.1. Signed-off-by: Vinicius Monego <monego@posteo.net>
This commit is contained in:
parent
264d08fdc4
commit
0f4867667f
1 changed files with 2 additions and 2 deletions
|
@ -1675,13 +1675,13 @@ (define-public python-poliastro
|
|||
(define-public python-poppy
|
||||
(package
|
||||
(name "python-poppy")
|
||||
(version "1.0.3")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "poppy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"050cn6aabd1dxbi7zihbqnkl79hz6q6d5n6g25zmrpvc4sii171m"))))
|
||||
"0s8rb61q8dz66s8d3qg44kb6bb5gi40zl41ik9wyccgb4kyf3brp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
;; XXX: With python-synphot (marked as optional) package added to the list
|
||||
|
|
Loading…
Reference in a new issue