guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit d12ff1fc46e9adb305aea70eb0ae68ac80f16ea5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 19 16:04:38 2025 +0000

    gnu: python-glue-qt: Update to 0.4.1.
    
    * gnu/packages/astronomy.scm (python-glue-qt): Update to 0.4.1.
    
    Change-Id: Icc7f7012effaa7cbbc1595e117b6ebcf3452a4e2
---
 gnu/packages/astronomy.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 18904c07a8..322498781d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5138,7 +5138,7 @@ across many files.")
 (define-public python-glue-qt
   (package
     (name "python-glue-qt")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch) ; no fresh release PyPI
@@ -5147,10 +5147,11 @@ across many files.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ay0y0g2vgy2mn1dk9yxim0449lnny9fd7lplqqwy9vxhkh4gnxp"))))
+        (base32 "1hs1njs25mzmkxr84mrmw4p3pl1fkdlagpnflcd0cvdn9g2mbdsq"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 618 passed, 4 skipped, 2 xfailed, 436 warnings
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'build 'set-env-version

Reply via email to