@@ -35,7 +35,7 @@ (define-module (gnu packages libunistring)
(define-public libunistring
(package
(name "libunistring")
- (version "1.0")
+ (version "1.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -43,7 +43,7 @@ (define-public libunistring
version ".tar.xz"))
(sha256
(base32
- "0h97qx3c4970wvh25g51sjgz54xn37lrfy95dg97xmvmkys5basv"))))
+ "0i6wvks6abndxn6bzpfpbjyirg98qh0i16ihl2l1r22asxgdcav3"))))
(propagated-inputs (libiconv-if-needed))
(outputs '("out" "static"))
(build-system gnu-build-system)