guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-dbus: Update to 1.2.8.


From: Ricardo Wurmus
Subject: 03/03: gnu: python-dbus: Update to 1.2.8.
Date: Wed, 8 Aug 2018 16:08:49 -0400 (EDT)

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

commit 2df4ecd61d663211b3ce5a0036e25ff143b3b4b1
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 8 22:06:46 2018 +0200

    gnu: python-dbus: Update to 1.2.8.
    
    * gnu/packages/python.scm (python-dbus): Update to 1.2.8.
    [inputs]: Replace "python" with "python-wrapper".
---
 gnu/packages/python.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 84683a9..65daba4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4873,15 +4873,15 @@ toolkit.  Use it to build trees of widgets.")
 (define-public python-dbus
   (package
     (name "python-dbus")
-    (version "1.2.0")
+    (version "1.2.8")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-";
-             version ".tar.gz"))
+       (uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/";
+                           "dbus-python-" version ".tar.gz"))
        (sha256
-        (base32 "1py62qir966lvdkngg0v8k1khsqxwk5m4s8nflpk1agk5f5nqb71"))))
+        (base32
+         "0vvvjmiwnc9cjlks3gcdk43ap7llhlpz7cm1wbw0nc2yfsxjpwdb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -4897,7 +4897,7 @@ toolkit.  Use it to build trees of widgets.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("python" ,python)
+     `(("python" ,python-wrapper)
        ("dbus-glib" ,dbus-glib)))
     (synopsis "Python bindings for D-bus")
     (description "python-dbus provides bindings for libdbus, the reference



reply via email to

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