[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: python-dbus: Update to 1.2.10.
From: |
guix-commits |
Subject: |
04/06: gnu: python-dbus: Update to 1.2.10. |
Date: |
Thu, 7 Nov 2019 18:24:06 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 119d6ff6a907d30f7b2848a9a0bea150772faf5a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Nov 8 00:13:35 2019 +0100
gnu: python-dbus: Update to 1.2.10.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.10.
[arguments]: Remove field.
---
gnu/packages/python-xyz.scm | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b7e50ee..e786ba0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5916,27 +5916,15 @@ parsing (browser/HTTP) user agent strings.")
(define-public python-dbus
(package
(name "python-dbus")
- (version "1.2.8")
+ (version "1.2.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/"
"dbus-python-" version ".tar.gz"))
(sha256
- (base32
- "0vvvjmiwnc9cjlks3gcdk43ap7llhlpz7cm1wbw0nc2yfsxjpwdb"))))
+ (base32 "11nqk01iq5bx2llgb3ksknyinijdp29w4ndj210glm009ayjncyl"))))
(build-system gnu-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-before
- 'check 'pre-check
- (lambda _
- ;; XXX: For the missing '/etc/machine-id'.
- (substitute* "test/run-test.sh"
- (("DBUS_FATAL_WARNINGS=1")
- "DBUS_FATAL_WARNINGS=0"))
- #t)))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- branch master updated (ca32627 -> def91c1), guix-commits, 2019/11/07
- 02/06: gnu: libdvdnav: Update to 6.0.1., guix-commits, 2019/11/07
- 04/06: gnu: python-dbus: Update to 1.2.10.,
guix-commits <=
- 01/06: gnu: libdvdnav: Don't use NAME in source URI., guix-commits, 2019/11/07
- 03/06: gnu: libdvdread: Update to 6.0.2., guix-commits, 2019/11/07
- 06/06: gnu: libssh: Update to 0.9.2., guix-commits, 2019/11/07
- 05/06: gnu: hplip: Actually wrap binaries., guix-commits, 2019/11/07