gnu: python-drizzle: Update to 1.14.3.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
817293ec78
commit
dc77700c84
1 changed files with 2 additions and 2 deletions
|
@ -1890,7 +1890,7 @@ used with local NetDRMS sites.")
|
||||||
(define-public python-drizzle
|
(define-public python-drizzle
|
||||||
(package
|
(package
|
||||||
(name "python-drizzle")
|
(name "python-drizzle")
|
||||||
(version "1.13.7")
|
(version "1.14.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ;PyPi doesn't have the test data sets
|
(method git-fetch) ;PyPi doesn't have the test data sets
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1899,7 +1899,7 @@ used with local NetDRMS sites.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x591d9gjasds91fvwcf37bhxp5nra28g0vq5zkykczpc70ywiy8"))))
|
"04gncwg76yivcaq7rwgsw5k8w4h3c4wcrjcamb53h0d5s820z7dl"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue