guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 28/227: gnu: python-pygobject: Update to 3.40.1.
Date: Thu, 11 Nov 2021 12:29:53 -0500 (EST)

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

commit 595deb4f785c2077ee8be2994efbaa18fa99ac55
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]