me
/
guix
Archived
1
0
Fork 0

gnu: libidn: Update to 1.38.

* gnu/packages/libidn.scm (libidn): Update to 1.38.
master
Efraim Flashner 2022-01-24 09:21:13 +02:00
parent bbb08831e0
commit 8313f741a8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -34,14 +34,14 @@
(define-public libidn
(package
(name "libidn")
(version "1.37")
(version "1.38")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/libidn-" version
".tar.gz"))
(sha256
(base32
"1hljls9rkilh04dwiwg388wk8djkac8idijrdysqq2nqbh6rg3iw"))))
"1xphpfw58il0vb14nvd0rgfkacj76rchv8nr9nqkpkapyx0bh06y"))))
(build-system gnu-build-system)
;; FIXME: No Java and C# libraries are currently built.
(arguments