[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
152/227: gnu: python-dbus: Update to 1.2.18.
From: |
guix-commits |
Subject: |
152/227: gnu: python-dbus: Update to 1.2.18. |
Date: |
Thu, 11 Nov 2021 12:30:30 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 2e2c6482c9d02fe456df8a0d3d35612f6f61ba64
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 bd787d2..31a4140 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
- 118/227: gnu: cmake-bootstrap: Update to 3.21.3., (continued)
- 118/227: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/11/11
- 122/227: gnu: heimdal: Fix build., guix-commits, 2021/11/11
- 126/227: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/11/11
- 127/227: gnu: vala: Update to 0.54.2., guix-commits, 2021/11/11
- 136/227: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/11/11
- 137/227: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/11/11
- 139/227: gnu: gdk-pixbuf: Add a search path for the loaders cache file., guix-commits, 2021/11/11
- 144/227: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/11/11
- 151/227: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/11/11
- 146/227: gnu: nspr: Normalize inputs., guix-commits, 2021/11/11
- 152/227: gnu: python-dbus: Update to 1.2.18.,
guix-commits <=
- 166/227: gnu: python2-lit: Remove package., guix-commits, 2021/11/11
- 167/227: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/11
- 172/227: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/11
- 176/227: gnu: Add libxcvt., guix-commits, 2021/11/11
- 177/227: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/11
- 181/227: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/11
- 124/227: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/11/11
- 148/227: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/11/11
- 150/227: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/11
- 155/227: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/11