* [bug#72910] [PATCH] gnu: guile-qr-code: Update to 0.2.0.
@ 2024-08-31 9:01 Artyom V. Poptsov
2024-09-02 11:01 ` bug#72910: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-08-31 9:01 UTC (permalink / raw)
To: 72910; +Cc: Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-qr-code): Update to 0.2.0.
Change-Id: Ia727ef2501191aa86b9008e03e927293dd3b7125
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d91e5dcb6e..3f7ec78cde 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5819,7 +5819,7 @@ (define-public guile-cbor
(define-public guile-qr-code
(package
(name "guile-qr-code")
- (version "0.1.0")
+ (version "0.2.0")
(source
(origin
(method git-fetch)
@@ -5828,7 +5828,7 @@ (define-public guile-qr-code
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pbsnkz8pw1x8n9mjq8rm37wmalzbcz98gk8mcfycyd896qdmf4w"))))
+ (base32 "0rs23xk6wpf618ln9n0aj3k6vhg4s80qpyp6z3j5gdrpfsgp7nf7"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-02 11:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31 9:01 [bug#72910] [PATCH] gnu: guile-qr-code: Update to 0.2.0 Artyom V. Poptsov
2024-09-02 11:01 ` bug#72910: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.