guix-commits
[Top][All Lists]
Advanced

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

09/17: gnu: libunistring: Update to 0.9.10.


From: Tobias Geerinckx-Rice
Subject: 09/17: gnu: libunistring: Update to 0.9.10.
Date: Tue, 12 Jun 2018 09:30:32 -0400 (EDT)

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

commit 605f0621f3dfaa06d54cc81502f813ba43542b77
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 10 20:22:23 2018 +0200

    gnu: libunistring: Update to 0.9.10.
    
    * gnu/packages/libunistring.scm (libunistring): Update to 0.9.10.
    [source]: Remove now-unnecessary snippet.
---
 gnu/packages/libunistring.scm | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/libunistring.scm b/gnu/packages/libunistring.scm
index 6a3afd4..b665690 100644
--- a/gnu/packages/libunistring.scm
+++ b/gnu/packages/libunistring.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2017 Eric Bavier <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,7 +33,7 @@
 (define-public libunistring
   (package
    (name "libunistring")
-   (version "0.9.9")
+   (version "0.9.10")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -40,17 +41,7 @@
                   version ".tar.xz"))
             (sha256
              (base32
-              "0cx8v6862w7vvacbkcvg49kfx731ckdgaybmzw1zav71zkn97nd4"))
-            (modules '((guix build utils)))
-            (snippet
-             '(begin
-                ;; The gnulib test-lock test is prone to writer starvation
-                ;; with our address@hidden, which prefers readers, so disable 
it.
-                ;; The gnulib commit b20e8afb0b2 should fix this once
-                ;; incorporated here.
-                (substitute* "tests/Makefile.in"
-                  (("test-lock\\$\\(EXEEXT\\) ") ""))
-                #t))))
+              "1mq57h06622m6qc5cv347fc3qk5mj840axw3c0vd7qmnwk1v53zb"))))
    (propagated-inputs (libiconv-if-needed))
    (build-system gnu-build-system)
    (arguments



reply via email to

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