[PATCH] gnu: guile-qr-code: Update to 0.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 6 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
81b02600479698ac1e899af13fb2cafa27ef6ec9.1725094906.git.poptsov.artyom@gmail.com
* 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(-)

Toggle diff (26 lines)
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
宋文武 wrote 6 months ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 72910-done@debbugs.gnu.org)
87le0ajp54.fsf@envs.net
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

Toggle quote (3 lines)
> * gnu/packages/guile-xyz.scm (guile-qr-code): Update to 0.2.0.
>

Pushed to master as commit ad7211cfe0, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72910@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72910
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help