mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: libidn2: Update to 2.1.1a.
* gnu/packages/libidn.scm (libidn2): Update to 2.1.1a.
This commit is contained in:
@@ -59,14 +59,14 @@ Java libraries.")
|
|||||||
(define-public libidn2
|
(define-public libidn2
|
||||||
(package
|
(package
|
||||||
(name "libidn2")
|
(name "libidn2")
|
||||||
(version "2.0.5")
|
(version "2.1.1a")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/libidn/" name "-" version
|
(uri (string-append "mirror://gnu/libidn/" name "-" version
|
||||||
".tar.lz"))
|
".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s4nkazy1xbs6bbq4farby1xhmhzk5bdclbil5gqdwyzxsgabxqg"))))
|
"1pdvar50hsgma40gmd7rgrwxhfbqfdpx5slxhl3jjpy1rcjgy9bd"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lzip" ,lzip)))
|
`(("lzip" ,lzip)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|||||||
Reference in New Issue
Block a user