[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/125: gnu: python-pygobject: Update to 3.40.1.
From: |
guix-commits |
Subject: |
114/125: gnu: python-pygobject: Update to 3.40.1. |
Date: |
Sat, 3 Jul 2021 21:17:45 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 07a000c4b30e6ac30bf1817b5aa85700d4acea31
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Apr 27 05:23:34 2021 -0400
gnu: python-pygobject: Update to 3.40.1.
* gnu/packages/glib.scm (python-pygobject)[version]: Update to 3.40.1.
[native-inputs]: Add python-wrapper.
---
gnu/packages/glib.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7332350..b943971 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -776,7 +776,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)
@@ -785,7 +785,7 @@ useful for C++.")
"/pygobject-" version ".tar.xz"))
(sha256
(base32
- "06i7ynnbvgpz0gw09zsjbvhgcp5qz4yzdifw27qjwdazg2mckql7"))
+ "0d80g5kgf2i9cginyhalvb7ibfk9g30yilqzmcsw6h6byj8xbih0"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -800,7 +800,8 @@ useful for C++.")
(native-inputs
`(("glib-bin" ,glib "bin")
("pkg-config" ,pkg-config)
- ("python-pytest" ,python-pytest)))
+ ("python-pytest" ,python-pytest)
+ ("python-wrapper" ,python-wrapper))) ; For patching shebangs
(inputs
`(("python" ,python)
("python-pycairo" ,python-pycairo)
- 107/125: gnu: pango: Use meson-0.55, as required by the project., (continued)
- 107/125: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/07/03
- 108/125: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/07/03
- 110/125: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/07/03
- 118/125: gnu: libepoxy: Propagate mesa., guix-commits, 2021/07/03
- 124/125: gnu: tracker-miners: Enable some features., guix-commits, 2021/07/03
- 85/125: gnu: gtkmm-2: Fix build., guix-commits, 2021/07/03
- 87/125: gnu: ibus: Enable documentation., guix-commits, 2021/07/03
- 97/125: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/07/03
- 88/125: gnu: ibus: Enable memconf., guix-commits, 2021/07/03
- 101/125: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/07/03
- 114/125: gnu: python-pygobject: Update to 3.40.1.,
guix-commits <=
- 113/125: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/07/03
- 119/125: gnu: tracker: Enable some features., guix-commits, 2021/07/03
- 125/125: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/07/03