guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/201: gnu: python-pygobject: Update to 3.40.1.


From: guix-commits
Subject: 28/201: gnu: python-pygobject: Update to 3.40.1.
Date: Mon, 1 Nov 2021 23:18:25 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit e12780d811f25f860fc2223128ca1633b009cea8
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index c395eea..ce9e3fc 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -906,7 +906,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]