gnu: python-qrcode: Update to 8.2.

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

Change-Id: I5912d03090eae91957c9d22406be23c2721d2c95
This commit is contained in:
Brendan Tildesley 2025-12-02 23:31:40 +11:00 committed by Ian Eure
parent 5de920077e
commit ea8053d510
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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