guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8fbb79c86061cfede794dd81ce8ab931a7e054cc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 20 15:03:43 2026 +0100

    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(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 543b12fc30..f01c20ce03 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:

Reply via email to