diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-17 14:49:18 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:20:49 +0100 |
| commit | bcdf946ffbf55a1f33e0bf5d657ca3d125e97f80 (patch) | |
| tree | 8e729b098e8614db32b392262df385bec77e95ad /gnu | |
| parent | e2946a11a34a7f683bb3379a75851f1b828c67fd (diff) | |
gnu: python-pysm3: Update to 3.4.4.
* gnu/packages/astronomy.scm (python-pysm3): Update to 3.4.4.
Change-Id: I18ffffc389c5d83f9adb4d91cf74e384952a5515
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2c86bce8d1..cc744122c4 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: |
