[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
365/377: gnu: python-pygobject: Update to 3.40.1.
From: |
guix-commits |
Subject: |
365/377: gnu: python-pygobject: Update to 3.40.1. |
Date: |
Thu, 2 Sep 2021 17:56:24 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 64e5c53e55e07617c78146d9058c75c26eb66c18
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 5fb266c..3300114 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)
- 354/377: gnu: cairo: Reintroduce security patches [security fixes]., (continued)
- 354/377: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/09/02
- 364/377: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/09/02
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/02
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/02
- 119/377: gnu: Add r-paws-storage., guix-commits, 2021/09/02
- 130/377: gnu: Add r-zonebuilder., guix-commits, 2021/09/02
- 338/377: gnu: ibus: Enable documentation., guix-commits, 2021/09/02
- 356/377: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/09/02
- 360/377: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/09/02
- 361/377: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/09/02
- 365/377: gnu: python-pygobject: Update to 3.40.1.,
guix-commits <=
- 372/377: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 373/377: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/09/02
- 374/377: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 375/377: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/02
- 377/377: gnu: glib-networking: Disable openssl support., guix-commits, 2021/09/02
- 366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/09/02
- 367/377: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/02
- 368/377: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/02
- 369/377: gnu: libepoxy: Propagate mesa., guix-commits, 2021/09/02
- 370/377: gnu: tracker: Enable some features., guix-commits, 2021/09/02