mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libunistring: Update to 0.9.8.
* gnu/packages/libunistring.scm (libunistring): Update to 0.9.8.
This commit is contained in:
parent
c6bc8e22e9
commit
de3a1ac648
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ (define-module (gnu packages libunistring)
|
|||
(define-public libunistring
|
||||
(package
|
||||
(name "libunistring")
|
||||
(version "0.9.7")
|
||||
(version "0.9.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -40,7 +40,7 @@ (define-public libunistring
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15z76qrmrvkc3c6hfq2lzzqysgd21s682f2smycfab5g598n8drf"))
|
||||
"101gjj9q39pjlcaixylya6is5i7vlbnxr1w5w6raqvvhab7ki4vv"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue