1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pixell: Update to 0.31.8.

* gnu/packages/astronomy.scm (python-pixell): Update to 0.31.8.
[source]: Switch to git-fetch.

Change-Id: Ie6d6760a9d68afcc5c224b0dda0579098690b53c
This commit is contained in:
Sharlatan Hellseher
2026-03-19 15:08:54 +00:00
parent 7c3120272c
commit b30b2a330e

View File

@@ -7117,15 +7117,18 @@ and the use of a modern programming language, techniques, and libraries
(define-public python-pixell
(package
(name "python-pixell")
(version "0.31.7")
(version "0.31.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pixell" version))
(method git-fetch)
(uri (git-reference
(url "https://github.com/simonsobs/pixell")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0i09gv19mpw0mr3l9yyvmq7x2ln57fmc87qz863d9blw3g1rj5za"))))
(base32 "0v0q4i1s8d0z5iigw60v8gvsaqs9xmf2l7bpx0bvg8xysindzwyg"))))
(build-system pyproject-build-system)
;; tests: 41 passed, 2 warnings
;; tests: 42 passed, 1 warning
(native-inputs
(list gfortran
perl ; fortran/Makefile