From bcdf946ffbf55a1f33e0bf5d657ca3d125e97f80 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 17 Apr 2026 14:49:18 +0100 Subject: [PATCH] gnu: python-pysm3: Update to 3.4.4. * gnu/packages/astronomy.scm (python-pysm3): Update to 3.4.4. Change-Id: I18ffffc389c5d83f9adb4d91cf74e384952a5515 --- gnu/packages/astronomy.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2c86bce8d10..cc744122c43 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8131,25 +8131,20 @@ natively in Siril.") (define-public python-pysm3 (package (name "python-pysm3") - ;; NumPy2 support was added after 3.4.4 was released. - (properties '((commit . "060913e7af72e12aba4bcc94b7f3d2d7a2bc878f") - (revision . "1"))) - (version (git-version "3.4.3" - (assoc-ref properties 'revision) - (assoc-ref properties 'commit))) + (version "3.4.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/galsci/pysm") - (commit (assoc-ref properties 'commit)))) + (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0qip5iwn6lb5xwzglxjjcznqc9vhgrfbsri1xwma6g4ffhnqxgbx")))) + (base32 "1sig5h9v9xw1c5rk0891yh7pxx68ckjwkg59cbzvd8skcqvmmwh8")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 73 passed, 2 skipped, 98 deselected, 3 warnings + ;; tests: 73 passed, 2 skipped, 98 deselected, 1 warning #:test-flags ;; XXX: Tests requiring additional FITS files, check if they may be ;; packages: