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 09a1e17 gnu: libidn2: Update to 2.3.1.
09a1e17 is described below
commit 09a1e17dfa55ed96a4996bd95c219f316c5ff85f
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu May 13 09:12:30 2021 +0300
gnu: libidn2: Update to 2.3.1.
* gnu/packages/libidn.scm (libidn2): Update to 2.3.1.
[native-inputs]: Remove lzip.
---
gnu/packages/libidn.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index b46cdfc..f161ddc 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Andreas Enge <[email protected]>
-;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2021 Efraim Flashner <[email protected]>
;;; Copyright © 2017 Marius Bakke <[email protected]>
;;; Copyright © 2017 Mark H Weaver <[email protected]>
;;; Copyright © 2017 Eric Bavier <[email protected]>
@@ -60,16 +60,14 @@ Java libraries.")
(define-public libidn2
(package
(name "libidn2")
- (version "2.3.0")
+ (version "2.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/" name "-" version
- ".tar.lz"))
+ ".tar.gz"))
(sha256
(base32
- "14yw4w37ya6rcqa7h6p44x6711dwgq2j22xg6k79ybbf04sj88kb"))))
- (native-inputs
- `(("lzip" ,lzip)))
+ "0b8gsksj2g9f4iywwdma3v4jcg7i9rqvdxfmclwvbf1n72a89xla"))))
(inputs
`(("libunistring" ,libunistring)))
(build-system gnu-build-system)