guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-xlib: Update to 0.29.


From: guix-commits
Subject: 01/03: gnu: python-xlib: Update to 0.29.
Date: Tue, 2 Feb 2021 14:33:46 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit eee86c6e5bd99102aa08d0c9be4407738abeb10d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Feb 1 20:14:31 2021 +0000

    gnu: python-xlib: Update to 0.29.
    
    Make python-six a propagated input as it's used at runtime.
    
    * gnu/packages/python-xyz.scm (python-xlib): Update to 0.29.
    [native-inputs]: Move python-six to…
    [propagated-inputs]: …here.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 33ac58a..9cf9fe8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8063,7 +8063,7 @@ falling into the Python interpreter.")
 (define-public python-xlib
   (package
     (name "python-xlib")
-    (version "0.27")
+    (version "0.29")
     (source
      (origin
        (method git-fetch)
@@ -8072,7 +8072,7 @@ falling into the Python interpreter.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09kimic8rhprx3q8nzalc4aggg42ahqm4v5qcj8dm68yvxfdk986"))))
+        (base32 "17cwd2knqm2vwrii3kqii9abwsnydhpg4byqx1vy7rjs6i1vbqfc"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -8088,8 +8088,9 @@ falling into the Python interpreter.")
     (native-inputs
      `(("python-mock" ,python-mock)
        ("python-setuptools-scm" ,python-setuptools-scm)
-       ("python-six" ,python-six)
        ("xorg-server" ,xorg-server)))
+    (propagated-inputs
+     `(("python-six" ,python-six)))
     (home-page "https://github.com/python-xlib/python-xlib";)
     (synopsis "Python X11 client library")
     (description



reply via email to

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