guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libunistring: Update to 0.9.7.


From: Efraim Flashner
Subject: 02/02: gnu: libunistring: Update to 0.9.7.
Date: Sat, 3 Dec 2016 20:04:02 +0000 (UTC)

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

commit d54c0bfde4fed2160689dc50b659c76cff9724be
Author: Efraim Flashner <address@hidden>
Date:   Sat Dec 3 19:35:27 2016 +0200

    gnu: libunistring: Update to 0.9.7.
    
    * gnu/packages/libunistring.scm (libunistring): Update to 0.9.7.
    [home-page]: Use https.
    [license]: License has changed to dual lgpl3+ gpl2.
---
 gnu/packages/libunistring.scm |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/libunistring.scm b/gnu/packages/libunistring.scm
index f29b742..5df7be6 100644
--- a/gnu/packages/libunistring.scm
+++ b/gnu/packages/libunistring.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26,15 +27,15 @@
 (define-public libunistring
   (package
    (name "libunistring")
-   (version "0.9.6")
+   (version "0.9.7")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "mirror://gnu/libunistring/libunistring-"
-                  version ".tar.gz"))
+                  version ".tar.xz"))
             (sha256
              (base32
-              "0ixxmgpgh2v8ifm6hbwsjxl023myk3dfnj7wnvmqjivza31fw9cn"))))
+              "15z76qrmrvkc3c6hfq2lzzqysgd21s682f2smycfab5g598n8drf"))))
    (propagated-inputs '())                  ; FIXME: add libiconv when !glibc
    (build-system gnu-build-system)
    (arguments
@@ -47,5 +48,5 @@
     "GNU libunistring is a library providing functions to manipulate
 Unicode strings and for manipulating C strings according to the Unicode
 standard.")
-   (home-page "http://www.gnu.org/software/libunistring/";)
-   (license lgpl3+)))
+   (home-page "https://www.gnu.org/software/libunistring/";)
+   (license (list lgpl3+ gpl2))))



reply via email to

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