guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: libidn2: Update to 2.3.3.


From: guix-commits
Subject: 02/06: gnu: libidn2: Update to 2.3.3.
Date: Sat, 27 Aug 2022 11:30:27 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 82842302e8719e165de9fd555af81399c6fa85e0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 01:13:38 2022 +0200

    gnu: libidn2: Update to 2.3.3.
    
    * gnu/packages/libidn.scm (libidn2): Update to 2.3.3.
---
 gnu/packages/libidn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index aae26eae9b..b12b7937f0 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -60,14 +60,14 @@ Java libraries.")
 (define-public libidn2
   (package
     (name "libidn2")
-    (version "2.3.2")
+    (version "2.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/libidn/" name "-" version
                                   ".tar.gz"))
               (sha256
                (base32
-                "14agfrv7lhwba9l20966kmp96ppzbyr9bld9g4shks3qwza0r53n"))))
+                "1c3fqgqwpnkf6z8nran6cd6cpzrc9r1awg1j9ga363f049srib7k"))))
     (inputs
      (list libunistring))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]