[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
152/203: gnu: python-dbus: Update to 1.2.18.
From: |
guix-commits |
Subject: |
152/203: gnu: python-dbus: Update to 1.2.18. |
Date: |
Wed, 3 Nov 2021 21:10:27 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c8e3fa4ea23b1f89d7f384ff9e120f60ab2f803d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 23 21:49:47 2021 -0400
gnu: python-dbus: Update to 1.2.18.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.18.
(python2-dbus)[configure-flags]: Provide the PYTHON_VERSION configure
variable.
---
gnu/packages/python-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 151f139..bd72e81 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8817,14 +8817,14 @@ parsing (browser/HTTP) user agent strings.")
(define-public python-dbus
(package
(name "python-dbus")
- (version "1.2.16")
+ (version "1.2.18")
(source
(origin
(method url-fetch)
(uri (string-append "https://dbus.freedesktop.org/releases/dbus-python/"
"dbus-python-" version ".tar.gz"))
(sha256
- (base32 "196m5rk3qzw5nkmgzjl7wmq0v7vpwfhh8bz2sapdi5f9hqfqy8qi"))))
+ (base32 "0q3jrw515z98mqdk9x822nd95rky455zz9876f1nqna5igkd3gcj"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -8843,7 +8843,9 @@ implementation of D-Bus.")
(inputs `(("python" ,python-2)
,@(alist-delete "python"
(package-inputs python-dbus)
- equal?)))))
+ equal?)))
+ (arguments
+ `(#:configure-flags '("PYTHON_VERSION=2")))))
(define-public python-notify2
(package
- 99/203: gnu: python-setuptools-scm: Update to 6.3.2, (continued)
- 99/203: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/11/03
- 94/203: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/03
- 122/203: gnu: heimdal: Fix build., guix-commits, 2021/11/03
- 117/203: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/03
- 125/203: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/03
- 128/203: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/11/03
- 127/203: gnu: vala: Update to 0.54.2., guix-commits, 2021/11/03
- 137/203: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/11/03
- 159/203: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/11/03
- 141/203: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/11/03
- 152/203: gnu: python-dbus: Update to 1.2.18.,
guix-commits <=
- 08/203: gnu: gtk+: Add a debug output., guix-commits, 2021/11/03
- 37/203: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/03
- 46/203: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/03
- 58/203: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/03
- 63/203: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/03
- 60/203: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/03
- 78/203: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/03
- 79/203: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/03
- 88/203: guix: packages: Fix repacking of plain tarballs., guix-commits, 2021/11/03
- 112/203: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/11/03