guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libidn2: Update to 2.0.5.


From: Marius Bakke
Subject: 01/03: gnu: libidn2: Update to 2.0.5.
Date: Tue, 12 Jun 2018 12:32:25 -0400 (EDT)

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

commit 551a2f9e696c598dbaf91a12039fee839a1524e0
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 12 18:09:32 2018 +0200

    gnu: libidn2: Update to 2.0.5.
    
    * gnu/packages/libidn.scm (libidn2): Update to 2.0.5.
---
 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 07fed80..7cf0617 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -57,14 +57,14 @@ Java libraries.")
 (define-public libidn2
   (package
     (name "libidn2")
-    (version "2.0.4")
+    (version "2.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/libidn/" name "-" version
                                   ".tar.lz"))
               (sha256
                (base32
-                "00f2fyw5kwr9is3cdn5h9arzxp0lnvg0z9bb9zyfs0dq81gaqim4"))))
+                "0s4nkazy1xbs6bbq4farby1xhmhzk5bdclbil5gqdwyzxsgabxqg"))))
     (native-inputs
      `(("lzip" ,lzip)))
     (inputs



reply via email to

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