guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libidn: Update to 1.33.


From: Leo Famulari
Subject: 01/01: gnu: libidn: Update to 1.33.
Date: Sun, 14 Aug 2016 19:26:41 +0000 (UTC)

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

commit 4f81d52720590d0df5e607086f13c9251d6812d4
Author: Leo Famulari <address@hidden>
Date:   Sun Aug 14 15:25:49 2016 -0400

    gnu: libidn: Update to 1.33.
    
    * gnu/packages/libidn.scm (libidn): Update to 1.33.
---
 gnu/packages/libidn.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index 053565c..0c9d0af 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -27,13 +27,14 @@
 (define-public libidn
   (package
    (name "libidn")
-   (version "1.32")
+   (version "1.33")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libidn/libidn-" version
                                 ".tar.gz"))
-            (sha256 (base32
-                     "1xf4hphhahcjm2xwx147lfpsavjwv9l4c2gf6hx71zxywbz5lpds"))))
+            (sha256
+             (base32
+              "068fjg2arlppjqqpzd714n1lf6gxkpac9v5yyvp1qwmv6nvam9s4"))))
    (build-system gnu-build-system)
 ;; FIXME: No Java and C# libraries are currently built.
    (synopsis "Internationalized string processing library")



reply via email to

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