[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: python-qrcode: Update to 6.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
09/09: gnu: python-qrcode: Update to 6.0. |
Date: |
Thu, 26 Apr 2018 15:14:16 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d1f1a7a0b15bddb05ac4b0e817e9ad855982df11
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 26 20:51:53 2018 +0200
gnu: python-qrcode: Update to 6.0.
* gnu/packages/python.scm (python-qrcode): Update to 6.0.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f6378ac..46bfdae 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10393,14 +10393,14 @@ a file-like object from which an arbitrarly-sized key
can be read.")
(define-public python-qrcode
(package
(name "python-qrcode")
- (version "5.3")
+ (version "6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "qrcode" version))
(sha256
(base32
- "0kljfrfq0c2rmxf8am57333ia41kd0snbm2rnqbdy816hgpcq5a1"))))
+ "1gz1g2n9kqwqkak78aavr354z1v3yyiksk7q6xp5hi1zr6s0syq3"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require packaging 'pymaging'.
- branch master updated (a4d8b38 -> d1f1a7a), Tobias Geerinckx-Rice, 2018/04/26
- 03/09: gnu: r-sn: Update to 1.5-2., Tobias Geerinckx-Rice, 2018/04/26
- 05/09: gnu: python-ndg-httpsclient: Update to 0.5.0., Tobias Geerinckx-Rice, 2018/04/26
- 04/09: gnu: r-ztable: Update to 0.1.8., Tobias Geerinckx-Rice, 2018/04/26
- 09/09: gnu: python-qrcode: Update to 6.0.,
Tobias Geerinckx-Rice <=
- 08/09: gnu: python2-pathlib2: Update to 2.3.2., Tobias Geerinckx-Rice, 2018/04/26
- 01/09: gnu: python-html5-parser: Update to 0.4.5., Tobias Geerinckx-Rice, 2018/04/26
- 06/09: gnu: address@hidden: Update to 1.6.4., Tobias Geerinckx-Rice, 2018/04/26
- 07/09: gnu: python-rst.linker: Update to 1.9., Tobias Geerinckx-Rice, 2018/04/26
- 02/09: gnu: r-sourcetools: Update to 0.1.7., Tobias Geerinckx-Rice, 2018/04/26