mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-drizzle: Update to 1.15.1.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.15.1. Change-Id: I263ef052f61f0b6088be408b208fa31d55050429
This commit is contained in:
parent
91a8fccf61
commit
3745a93a98
1 changed files with 2 additions and 2 deletions
|
@ -2087,7 +2087,7 @@ (define-public python-drms
|
|||
(define-public python-drizzle
|
||||
(package
|
||||
(name "python-drizzle")
|
||||
(version "1.15.0")
|
||||
(version "1.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;PyPi doesn't have the test data sets
|
||||
|
@ -2096,7 +2096,7 @@ (define-public python-drizzle
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06qh3b60xvm5f2p09l2njwwsh0n95s54r730fyfn66w8mvr1jk82"))))
|
||||
(base32 "14l3d3bx73r7cxhcl1cfh1q088qh5wq5pz5fs9dx7w79kp8mp6pg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue