~ruther/guix-local

ea8053d510f05e980b1e60637c84bf95af2edff2 — Brendan Tildesley 5 months ago 5de9200
gnu: python-qrcode: Update to 8.2.

* gnu/packages/python-xyz.scm (python-qrcode): Update to 8.2.

Change-Id: I5912d03090eae91957c9d22406be23c2721d2c95
1 files changed, 2 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -5
@@ 24032,20 24032,17 @@ a file-like object from which an arbitrarily-sized key can be read.")
(define-public python-qrcode
  (package
    (name "python-qrcode")
    (version "8.0")
    (version "8.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "qrcode" version))
       (sha256
        (base32 "0iz3pj67b90k2racwzbf9yml6rjs8nnrpvhns6b45zppa2qy4p02"))))
        (base32 "0v2h8vs1b80qhkc293w5dzvd439600ffzcznp5m16crb2yjg5hrm"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-poetry-core
           python-pytest))
    (propagated-inputs
     (list python-pillow
           python-pypng))
    (home-page "https://github.com/lincolnloop/python-qrcode")
    (synopsis "QR Code image generator")
    (description