[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: libidn2: Update to 2.2.0.
From: |
guix-commits |
Subject: |
07/09: gnu: libidn2: Update to 2.2.0. |
Date: |
Sun, 26 May 2019 13:50:50 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 5dc3de3ac7cc1b748500072de730f84d3e63961e
Author: Marius Bakke <address@hidden>
Date: Fri May 24 19:42:22 2019 +0200
gnu: libidn2: Update to 2.2.0.
* gnu/packages/libidn.scm (libidn2): Update to 2.2.0.
---
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 1487a76..ea9ce70 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -59,14 +59,14 @@ Java libraries.")
(define-public libidn2
(package
(name "libidn2")
- (version "2.1.1a")
+ (version "2.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/" name "-" version
".tar.lz"))
(sha256
(base32
- "1pdvar50hsgma40gmd7rgrwxhfbqfdpx5slxhl3jjpy1rcjgy9bd"))))
+ "1a5cv79q6b719jv4fpwjl3r0mmx9qcpla98v9dk64cgxn8f8di10"))))
(native-inputs
`(("lzip" ,lzip)))
(inputs
- branch core-updates updated (74659eb -> 848e600), guix-commits, 2019/05/26
- 04/09: gnu: cmake: Update to 3.14.4., guix-commits, 2019/05/26
- 07/09: gnu: libidn2: Update to 2.2.0.,
guix-commits <=
- 06/09: gnu: libuv: Update to 1.29.1., guix-commits, 2019/05/26
- 05/09: gnu: dbus: Update to 1.12.14., guix-commits, 2019/05/26
- 01/09: gnu: curl: Remove unused module import., guix-commits, 2019/05/26
- 08/09: gnu: gawk: Update to 5.0.0., guix-commits, 2019/05/26
- 02/09: gnu: perl: Update to 5.30.0., guix-commits, 2019/05/26
- 09/09: gnu: Remove address@hidden, guix-commits, 2019/05/26
- 03/09: gnu: bison: Update to 3.4.1., guix-commits, 2019/05/26