From 8fbb79c86061cfede794dd81ce8ab931a7e054cc Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 20 Aug 2026 15:03:43 +0100 Subject: gnu: python-pysm3: Update to 3.4.6. * gnu/packages/astronomy.scm (python-pysm3): Update to 3.4.6. Relates-to: guix/guix!10702 --- gnu/packages/astronomy.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 543b12fc301..f01c20ce030 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9704,7 +9704,7 @@ natively in Siril.") (define-public python-pysm3 (package (name "python-pysm3") - (version "3.4.5") + (version "3.4.6") (source (origin (method git-fetch) @@ -9713,11 +9713,11 @@ natively in Siril.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0sq2ndg9f9zpm79fnspvph2w5zi2ssz75wzm1aqriyn7gcl7k9rg")))) + (base32 "120fyg7zs2jn260q5mzr0jkjiv7vbb9mq79lwhrjarwij3l23fa8")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 73 passed, 2 skipped, 100 deselected + ;; tests: 75 passed, 2 skipped, 100 deselected #:test-flags ;; XXX: Tests requiring additional FITS files, check if they may be ;; packages: -- cgit v1.2.3