mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libunistring: Update to 1.1.
* gnu/packages/libunistring.scm (libunistring): Update to 1.1. Change-Id: I84dadada119ea4054078e0c9da5cb55d749ef18a
This commit is contained in:
parent
7032794646
commit
b67764c83b
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ (define-module (gnu packages libunistring)
|
|||
(define-public libunistring
|
||||
(package
|
||||
(name "libunistring")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -43,7 +43,7 @@ (define-public libunistring
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h97qx3c4970wvh25g51sjgz54xn37lrfy95dg97xmvmkys5basv"))))
|
||||
"164vfbh3sf0qjcimjbnz4icqr9cai30dli8p2y5p6z3frfwiwz42"))))
|
||||
(propagated-inputs (libiconv-if-needed))
|
||||
(outputs '("out" "static"))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue