guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: libunistring: Update to 0.9.8.


From: Marius Bakke
Subject: 04/05: gnu: libunistring: Update to 0.9.8.
Date: Mon, 4 Dec 2017 07:51:34 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit de3a1ac64877739d405233e41d720cbf286aa7ec
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 3 16:36:43 2017 +0100

    gnu: libunistring: Update to 0.9.8.
    
    * gnu/packages/libunistring.scm (libunistring): Update to 0.9.8.
---
 gnu/packages/libunistring.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libunistring.scm b/gnu/packages/libunistring.scm
index bb7bc61..1d421fb 100644
--- a/gnu/packages/libunistring.scm
+++ b/gnu/packages/libunistring.scm
@@ -32,7 +32,7 @@
 (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 @@
                   version ".tar.xz"))
             (sha256
              (base32
-              "15z76qrmrvkc3c6hfq2lzzqysgd21s682f2smycfab5g598n8drf"))
+              "101gjj9q39pjlcaixylya6is5i7vlbnxr1w5w6raqvvhab7ki4vv"))
             (modules '((guix build utils)))
             (snippet
              '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]