mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-drizzle: Update to 1.14.4.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.4. Change-Id: I2f2415b93af251df2608d18046cda7b4f63e7f8a
This commit is contained in:
parent
cde0d3d4f0
commit
b883ea3659
1 changed files with 2 additions and 2 deletions
|
@ -1954,7 +1954,7 @@ used with local NetDRMS sites.")
|
||||||
(define-public python-drizzle
|
(define-public python-drizzle
|
||||||
(package
|
(package
|
||||||
(name "python-drizzle")
|
(name "python-drizzle")
|
||||||
(version "1.14.3")
|
(version "1.14.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;PyPi doesn't have the test data sets
|
(method git-fetch) ;PyPi doesn't have the test data sets
|
||||||
|
@ -1963,7 +1963,7 @@ used with local NetDRMS sites.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04gncwg76yivcaq7rwgsw5k8w4h3c4wcrjcamb53h0d5s820z7dl"))))
|
(base32 "01zsq1r3p9lig0aik01szncd7nbmyi561mhi1n44yjhh7d86fp8y"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue