mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-drizzle: Update to 1.15.0.
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.15.0. [native-inputs]: Remove python-flake8. Change-Id: Id872c5ac904a6856fd5d9061b34f36cbfdf1645e
This commit is contained in:
parent
489bdbb87e
commit
7f6ba88609
1 changed files with 3 additions and 3 deletions
|
@ -2087,7 +2087,7 @@ (define-public python-drms
|
||||||
(define-public python-drizzle
|
(define-public python-drizzle
|
||||||
(package
|
(package
|
||||||
(name "python-drizzle")
|
(name "python-drizzle")
|
||||||
(version "1.14.4")
|
(version "1.15.0")
|
||||||
(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
|
||||||
|
@ -2096,7 +2096,7 @@ (define-public python-drizzle
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01zsq1r3p9lig0aik01szncd7nbmyi561mhi1n44yjhh7d86fp8y"))))
|
(base32 "06qh3b60xvm5f2p09l2njwwsh0n95s54r730fyfn66w8mvr1jk82"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -2112,7 +2112,7 @@ (define-public python-drizzle
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy python-numpy))
|
(list python-astropy python-numpy))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flake8 python-pytest python-setuptools-scm))
|
(list python-pytest python-setuptools-scm))
|
||||||
(home-page "https://github.com/spacetelescope/drizzle")
|
(home-page "https://github.com/spacetelescope/drizzle")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Astronomical tool for combining dithered images into a single image")
|
"Astronomical tool for combining dithered images into a single image")
|
||||||
|
|
Loading…
Reference in a new issue