From b30b2a330e53cb4ddfc707be5ac3736e776b7462 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 19 Mar 2026 15:08:54 +0000 Subject: [PATCH] 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 --- gnu/packages/astronomy.scm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ab8331f64d..f499f27488 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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