mbakke pushed a commit to branch core-updates
in repository guix.
commit ad8c3b257def8e2e83190a6f56b433d204c729c2
Author: Marius Bakke <[email protected]>
AuthorDate: Mon May 10 16:52:58 2021 +0200
gnu: python-pygobject: Update to 3.40.1.
* gnu/packages/glib.scm (python-pygobject): Update to 3.40.1.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 801a2db..192fa3c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -779,7 +779,7 @@ useful for C++.")
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.34.0")
+ (version "3.40.1")
(source
(origin
(method url-fetch)
@@ -788,7 +788,7 @@ useful for C++.")
"/pygobject-" version ".tar.xz"))
(sha256
(base32
- "06i7ynnbvgpz0gw09zsjbvhgcp5qz4yzdifw27qjwdazg2mckql7"))
+ "0d80g5kgf2i9cginyhalvb7ibfk9g30yilqzmcsw6h6byj8xbih0"))
(modules '((guix build utils)))
(snippet
'(begin