mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-qrcode: Update to 7.3.1.
* gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1. [propagated-inputs]: Remove python-six. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
4b32f87e9a
commit
ef49ec6d68
1 changed files with 3 additions and 4 deletions
|
@ -18825,21 +18825,20 @@ from the header, as well as section details and data available.")
|
||||||
(define-public python-qrcode
|
(define-public python-qrcode
|
||||||
(package
|
(package
|
||||||
(name "python-qrcode")
|
(name "python-qrcode")
|
||||||
(version "6.1")
|
(version "7.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "qrcode" version))
|
(uri (pypi-uri "qrcode" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sa3n298b9jpz6zn0birnjii3mg9sihjq28n9nzjlzv09y2m6ljh"))))
|
(base32 "0y35jlwfvkgn9341lzshyaqgpp61vysjh107vhdd96ya83r6ynip"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests require packaging 'pymaging'.
|
;; FIXME: Tests require packaging 'pymaging'.
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-lxml ; for SVG output
|
(list python-lxml ; for SVG output
|
||||||
python-pillow ; for PNG output
|
python-pillow)) ; for PNG output
|
||||||
python-six))
|
|
||||||
(home-page "https://github.com/lincolnloop/python-qrcode")
|
(home-page "https://github.com/lincolnloop/python-qrcode")
|
||||||
(synopsis "QR Code image generator")
|
(synopsis "QR Code image generator")
|
||||||
(description "This package provides a pure Python QR Code generator
|
(description "This package provides a pure Python QR Code generator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue