guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 977b925da0cbdd29cbdccbf8856af222520025f0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:07:21 2026 +0100

    gnu: emacs-qrencode: Update to 1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-qrencode): Update to 1.3.
    
    Change-Id: I66d99f1bb6a021ba7099d0dfc8671a1637c09e97
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 10e550b773..babb3802de 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43279,7 +43279,7 @@ supports generation of phonetic and numeric passwords.")
 (define-public emacs-qrencode
   (package
     (name "emacs-qrencode")
-    (version "1.2")
+    (version "1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -43288,7 +43288,7 @@ supports generation of phonetic and numeric passwords.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0yrshahci319lnjdpsksdy11a69k1n91qk9r2zfyhqmng09s6i0y"))))
+                "0ivcdr89531yps6izk7fs7xqrz00m4b02c5rrbjalz33sj06ss41"))))
     (build-system emacs-build-system)
     (arguments
      (list #:test-command #~(list "emacs" "-Q" "--batch"

Reply via email to