guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libidn: Update to 1.37.


From: guix-commits
Subject: branch core-updates updated: gnu: libidn: Update to 1.37.
Date: Sat, 15 May 2021 16:42:00 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 4a9597e  gnu: libidn: Update to 1.37.
4a9597e is described below

commit 4a9597e4516ec5ca58df3e007fcd5ef1d3fd2e54
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat May 15 23:41:05 2021 +0300

    gnu: libidn: Update to 1.37.
    
    * gnu/packages/libidn.scm (libidn): Update to 1.37.
---
 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 f161ddc..b2234ff 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -34,14 +34,14 @@
 (define-public libidn
   (package
    (name "libidn")
-   (version "1.36")
+   (version "1.37")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libidn/libidn-" version
                                 ".tar.gz"))
             (sha256
              (base32
-              "0f20n634whpmdwr81c2r0vxxjwchgkvhsr1i8s2bm0ad6h473dhl"))))
+              "1hljls9rkilh04dwiwg388wk8djkac8idijrdysqq2nqbh6rg3iw"))))
    (build-system gnu-build-system)
    ;; FIXME: No Java and C# libraries are currently built.
    (arguments



reply via email to

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