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 5324e66  gnu: libidn: Update to 1.36.
5324e66 is described below

commit 5324e66f9df62d776dbf0237ce4a7494eaad4988
Author: Michael Rohleder <[email protected]>
AuthorDate: Fri Jul 31 12:45:07 2020 +0200

    gnu: libidn: Update to 1.36.
    
    * gnu/packages/libidn.scm (libidn): Update to 1.36.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/libidn.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index 8731ed3..b46cdfc 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Mark H Weaver <[email protected]>
 ;;; Copyright © 2017 Eric Bavier <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2020 Michael Rohleder <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,14 +34,14 @@
 (define-public libidn
   (package
    (name "libidn")
-   (version "1.35")
+   (version "1.36")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/libidn/libidn-" version
                                 ".tar.gz"))
             (sha256
              (base32
-              "07pyy0afqikfq51z5kbzbj9ldbd12mri0zvx0mfv3ds6bc0g26pi"))))
+              "0f20n634whpmdwr81c2r0vxxjwchgkvhsr1i8s2bm0ad6h473dhl"))))
    (build-system gnu-build-system)
    ;; FIXME: No Java and C# libraries are currently built.
    (arguments

Reply via email to