unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57716] [PATCH] gnu: python-qrcode: Update to 7.3.1.
@ 2022-09-10 12:29 Felix Gruber
  2022-09-11 14:00 ` bug#57716: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-09-10 12:29 UTC (permalink / raw)
  To: 57716; +Cc: Felix Gruber

* gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1.
[propagated-inputs]: Remove python-six.
---
 gnu/packages/python-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 86fed87f26..a02a7c2122 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18825,21 +18825,20 @@ from the header, as well as section details and data available.")
 (define-public python-qrcode
   (package
     (name "python-qrcode")
-    (version "6.1")
+    (version "7.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "qrcode" version))
        (sha256
-        (base32 "0sa3n298b9jpz6zn0birnjii3mg9sihjq28n9nzjlzv09y2m6ljh"))))
+        (base32 "0y35jlwfvkgn9341lzshyaqgpp61vysjh107vhdd96ya83r6ynip"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Tests require packaging 'pymaging'.
      '(#:tests? #f))
     (propagated-inputs
      (list python-lxml ; for SVG output
-           python-pillow ; for PNG output
-           python-six))
+           python-pillow)) ; for PNG output
     (home-page "https://github.com/lincolnloop/python-qrcode")
     (synopsis "QR Code image generator")
     (description "This package provides a pure Python QR Code generator
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57716: [PATCH] gnu: python-qrcode: Update to 7.3.1.
  2022-09-10 12:29 [bug#57716] [PATCH] gnu: python-qrcode: Update to 7.3.1 Felix Gruber
@ 2022-09-11 14:00 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-11 14:00 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 57716-done


> * gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1.
> [propagated-inputs]: Remove python-six.

Applied, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-11 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-10 12:29 [bug#57716] [PATCH] gnu: python-qrcode: Update to 7.3.1 Felix Gruber
2022-09-11 14:00 ` bug#57716: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).