[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
152/180: gnu: python-dbus: Update to 1.2.18.
From: |
guix-commits |
Subject: |
152/180: gnu: python-dbus: Update to 1.2.18. |
Date: |
Fri, 29 Oct 2021 15:57:11 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit d9c381e87e61b5f29bb517ab5a574a64b300cd40
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 4538e99..de953a6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8807,14 +8807,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)))
@@ -8833,7 +8833,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
- 114/180: gnu: rest: Use libsoup-minimal., (continued)
- 114/180: gnu: rest: Use libsoup-minimal., guix-commits, 2021/10/29
- 121/180: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/10/29
- 135/180: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/10/29
- 137/180: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/10/29
- 139/180: gnu: gdk-pixbuf: Add a search path for the loaders cache file., guix-commits, 2021/10/29
- 144/180: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/10/29
- 148/180: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/10/29
- 150/180: gnu: curl: Update to 7.79.1., guix-commits, 2021/10/29
- 97/180: gnu: Add python-flit-core., guix-commits, 2021/10/29
- 100/180: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/10/29
- 152/180: gnu: python-dbus: Update to 1.2.18.,
guix-commits <=
- 159/180: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/10/29
- 162/180: gnu: zxing-cpp: Update to 1.2.0-0.00783db., guix-commits, 2021/10/29
- 166/180: gnu: python2-lit: Remove package., guix-commits, 2021/10/29
- 168/180: gnu: Add cling., guix-commits, 2021/10/29
- 170/180: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/10/29
- 110/180: gnu: Add docbook-xsl-ns., guix-commits, 2021/10/29
- 116/180: gnu: mesa: Update to 21.2.4., guix-commits, 2021/10/29
- 123/180: gnu: pango: Update to 1.48.10., guix-commits, 2021/10/29
- 122/180: gnu: heimdal: Fix build., guix-commits, 2021/10/29
- 140/180: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/10/29