[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: python-qrcode: Update to 6.1.
From: |
guix-commits |
Subject: |
05/10: gnu: python-qrcode: Update to 6.1. |
Date: |
Sun, 17 Feb 2019 19:20:31 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 217ea1a1be0e451f8229809913ade15bbaef651c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Feb 17 23:58:19 2019 +0100
gnu: python-qrcode: Update to 6.1.
* gnu/packages/python-xyz.scm (python-qrcode): Update to 6.1.
[inputs]: Remove python-setuptools.
---
gnu/packages/python-xyz.scm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 811cbaf..835b5c8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2016, 2017 Alex Vong <address@hidden>
;;; Copyright © 2016, 2017, 2018 Arun Isaac <address@hidden>
;;; Copyright © 2016, 2017, 2018 Julien Lepiller <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2016, 2017 Thomas Danckaert <address@hidden>
;;; Copyright © 2017 Carlo Zancanaro <address@hidden>
;;; Copyright © 2017 Frederick M. Muriithi <address@hidden>
@@ -10873,14 +10873,13 @@ a file-like object from which an arbitrarly-sized key
can be read.")
(define-public python-qrcode
(package
(name "python-qrcode")
- (version "6.0")
+ (version "6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "qrcode" version))
(sha256
- (base32
- "1gz1g2n9kqwqkak78aavr354z1v3yyiksk7q6xp5hi1zr6s0syq3"))))
+ (base32 "0sa3n298b9jpz6zn0birnjii3mg9sihjq28n9nzjlzv09y2m6ljh"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require packaging 'pymaging'.
@@ -10889,10 +10888,6 @@ a file-like object from which an arbitrarly-sized key
can be read.")
`(("python-lxml" ,python-lxml) ; for SVG output
("python-pillow" ,python-pillow) ; for PNG output
("python-six" ,python-six)))
- (inputs
- `(;; The setup.cfg file needs to be used, and support for this requires
- ;; at least version 30.3.0 of setuptools
- ("python-setuptools" ,python-setuptools)))
(home-page "https://github.com/lincolnloop/python-qrcode")
(synopsis "QR Code image generator")
(description "This package provides a pure Python QR Code generator
- branch master updated (ff33c38 -> a9e9c73), guix-commits, 2019/02/17
- 04/10: gnu: eid-mw: Update to 4.4.13., guix-commits, 2019/02/17
- 08/10: gnu: youtube-viewer: Update to 3.5.2., guix-commits, 2019/02/17
- 07/10: gnu: mlt: Update to 6.12.0., guix-commits, 2019/02/17
- 02/10: gnu: beep: Update to 1.4.3., guix-commits, 2019/02/17
- 06/10: gnu: lsyncd: Don't use unstable tarball., guix-commits, 2019/02/17
- 05/10: gnu: python-qrcode: Update to 6.1.,
guix-commits <=
- 01/10: gnu: beep: Don't use NAME in source URI., guix-commits, 2019/02/17
- 03/10: gnu: i3-wm: Epand description., guix-commits, 2019/02/17
- 09/10: gnu: you-get: Update to 0.4.1210., guix-commits, 2019/02/17
- 10/10: gnu: motion: Update to 4.2.2., guix-commits, 2019/02/17