efraim pushed a commit to branch master
in repository guix.

commit bdc72870af04a93b084f7c4d18a7e5c3937f14d7
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Mar 29 00:27:32 2021 +0300

    gnu: qrencode: Update to 4.1.1.
    
    * gnu/packages/aidc.scm (qrencode): Update to 4.1.1.
---
 gnu/packages/aidc.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 6628a8e..8bbdaca 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 John Darringon <[email protected]>
-;;; Copyright © 2016, 2020 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2020, 2021 Efraim Flashner <[email protected]>
 ;;; Copyright © 2017 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019 Guillaume Le Vaillant <[email protected]>
@@ -108,15 +108,14 @@ formats.")
 (define-public qrencode
   (package
     (name "qrencode")
-    (version "4.0.2")
+    (version "4.1.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://fukuchi.org/works/qrencode/qrencode-"; version
-                    ".tar.bz2"))
+              (uri (string-append "https://fukuchi.org/works/qrencode/";
+                                  "qrencode-" version ".tar.bz2"))
               (sha256
                (base32
-                "1d2q5d3v8g3hsi3h5jq4n177bjhf3kawms09immw7p187f6jgjy9"))))
+                "08v9d8jn26bva2a8x4hghq3mgl8zcid393iqkidwyhc05xrxjmg4"))))
     (build-system gnu-build-system)
     (inputs `(("libpng" ,libpng)))
     (native-inputs `(("pkg-config" ,pkg-config)))

Reply via email to