guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libunistring: Update to 0.9.5.


From: Mark H. Weaver
Subject: 01/01: gnu: libunistring: Update to 0.9.5.
Date: Thu, 19 Feb 2015 09:23:23 +0000

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

commit fdb316266548d5a158457b5d2652697f12ebf7ff
Author: Mark H Weaver <address@hidden>
Date:   Thu Feb 19 04:12:30 2015 -0500

    gnu: libunistring: Update to 0.9.5.
    
    * gnu/packages/libunistring.scm (libunistring): Update to 0.9.5.
---
 gnu/packages/libunistring.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libunistring.scm b/gnu/packages/libunistring.scm
index ddafd74..aa05371 100644
--- a/gnu/packages/libunistring.scm
+++ b/gnu/packages/libunistring.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,7 +26,7 @@
 (define-public libunistring
   (package
    (name "libunistring")
-   (version "0.9.4")
+   (version "0.9.5")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -33,7 +34,7 @@
                   version ".tar.gz"))
             (sha256
              (base32
-              "19nqvn19hz25ig9dbmh2di5j1r7v852x9mlnq0nr0hka51ins97m"))))
+              "05va4x47ik006nd13grwm276gfxb8igsj63k37vvwl3q8rr0g30s"))))
    (propagated-inputs '())                  ; FIXME: add libiconv when !glibc
    (build-system gnu-build-system)
    (arguments



reply via email to

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