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:
Sharlatan Hellseher 2024-02-18 15:17:26 +00:00
parent 489bdbb87e
commit 7f6ba88609
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")