all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72910@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72910] [PATCH] gnu: guile-qr-code: Update to 0.2.0.
Date: Sat, 31 Aug 2024 12:01:46 +0300	[thread overview]
Message-ID: <81b02600479698ac1e899af13fb2cafa27ef6ec9.1725094906.git.poptsov.artyom@gmail.com> (raw)

* 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





             reply	other threads:[~2024-08-31  9:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-31  9:01 Artyom V. Poptsov [this message]
2024-09-02 11:01 ` bug#72910: [PATCH] gnu: guile-qr-code: Update to 0.2.0 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81b02600479698ac1e899af13fb2cafa27ef6ec9.1725094906.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72910@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.