[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/115: gnu: python-pygobject: Update to 3.40.1.
From: |
guix-commits |
Subject: |
112/115: gnu: python-pygobject: Update to 3.40.1. |
Date: |
Wed, 12 May 2021 21:01:51 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2f96c949580a2544c11730ae217d0d94250e4b01
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 c71322d..a56da03 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)
- 91/115: gnu: zbar: Update to 0.23.90., (continued)
- 91/115: gnu: zbar: Update to 0.23.90., guix-commits, 2021/05/12
- 93/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/05/12
- 80/115: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/05/12
- 87/115: gnu: ibus: Enable tests., guix-commits, 2021/05/12
- 104/115: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/05/12
- 105/115: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/05/12
- 100/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/05/12
- 98/115: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/05/12
- 114/115: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/05/12
- 108/115: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/05/12
- 112/115: gnu: python-pygobject: Update to 3.40.1.,
guix-commits <=
- 115/115: gnu: libsoup: Disable ssl-test., guix-commits, 2021/05/12
- 106/115: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/05/12
- 34/115: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/05/12
- 42/115: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/05/12
- 17/115: gnu: gtk-doc: Enable help., guix-commits, 2021/05/12
- 33/115: gnu: pangomm: Enable documentation., guix-commits, 2021/05/12
- 38/115: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/05/12
- 41/115: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/05/12
- 40/115: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 47/115: gnu: vala: Update synopsis and description., guix-commits, 2021/05/12