[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: libidn2: Update to 2.3.1.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: libidn2: Update to 2.3.1. |
Date: |
Thu, 13 May 2021 02:42:29 -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 09a1e17 gnu: libidn2: Update to 2.3.1.
09a1e17 is described below
commit 09a1e17dfa55ed96a4996bd95c219f316c5ff85f
Author: Efraim Flashner <efraim@flashner.co.il>
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 <andreas@enge.fr>
-;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: libidn2: Update to 2.3.1.,
guix-commits <=