mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libidn2: Update to 2.3.1.
* gnu/packages/libidn.scm (libidn2): Update to 2.3.1. [native-inputs]: Remove lzip.
This commit is contained in:
parent
23666a9b62
commit
09a1e17dfa
1 changed files with 4 additions and 6 deletions
|
@ -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 @@ (define-public libidn
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue