sharlatan pushed a commit to branch master
in repository guix.
commit 5a09fe133bbbf14ef4591c845c2d393df50fd8ca
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 16 22:45:29 2025 +0000
gnu: python-glue-qt: Update to 0.3.3.
* gnu/packages/astronomy.scm (python-glue-qt): Update to 0.3.3.
Change-Id: Id106c594844394111701290020d3e9479b2f18ae
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 920376e038..5f8fccf3da 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3134,7 +3134,7 @@ across many files.")
(define-public python-glue-qt
(package
(name "python-glue-qt")
- (version "0.3.2")
+ (version "0.3.3")
(source
(origin
(method git-fetch) ; no fresh release PyPI
@@ -3143,7 +3143,7 @@ across many files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1zh25y8c98lzsnha4pxm17s6bkkab97rzw9zaik8asrxhc0kgypd"))))
+ (base32 "14qzxszpzjz57bl75ybj8jlx73cd8lsgbb8id9gx4anq9sydzgqj"))))
(build-system pyproject-build-system)
(arguments
(list