[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: python-jeepney: Update to 0.4.3.
From: |
guix-commits |
Subject: |
01/11: gnu: python-jeepney: Update to 0.4.3. |
Date: |
Mon, 31 Aug 2020 22:48:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5d844fd68d70f4e215b08a836987a4bd299dc938
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 1 02:21:43 2020 +0200
gnu: python-jeepney: Update to 0.4.3.
* gnu/packages/python-crypto.scm (python-jeepney): Update to 0.4.3.
---
gnu/packages/python-crypto.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 96837e3..a26d71a 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2014, 2017 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<me@tobias.gr>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2016, 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
@@ -1414,14 +1414,13 @@ certificates, signing and building trust bundles.")
(define-public python-jeepney
(package
(name "python-jeepney")
- (version "0.4.2")
+ (version "0.4.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jeepney" version))
(sha256
- (base32
- "1fz9lb5fl831sijg2j0sbki698j2z6awbblas7mz3gp9jz2xi9hb"))))
+ (base32 "0vp3p1lqhqk2kd3254q5sxr50znmm2hmysc8a7g0fr1brihvhy9l"))))
(build-system python-build-system)
(native-inputs
`(("python-testpath" ,python-testpath)
- branch master updated (2b6333c -> 1c4b351), guix-commits, 2020/08/31
- 04/11: gnu: wgetpaste: Fix historical confusion., guix-commits, 2020/08/31
- 07/11: gnu: wgetpaste: Update bpaste URL & regular expressions., guix-commits, 2020/08/31
- 08/11: gnu: libwacom: Update to 1.5., guix-commits, 2020/08/31
- 06/11: gnu: wgetpaste: Update to 2.30., guix-commits, 2020/08/31
- 01/11: gnu: python-jeepney: Update to 0.4.3.,
guix-commits <=
- 05/11: gnu: wgetpaste: Use HTTPS home page., guix-commits, 2020/08/31
- 02/11: gnu: fetchmail: Update to 6.4.11., guix-commits, 2020/08/31
- 09/11: gnu: youtube-viewer: Update to 3.7.8., guix-commits, 2020/08/31
- 10/11: gnu: editorconfig-core-c: Update to 0.12.4., guix-commits, 2020/08/31
- 03/11: gnu: uchardet: Update to 0.0.7., guix-commits, 2020/08/31
- 11/11: gnu: editorconfig-core-c: Delete static library., guix-commits, 2020/08/31