guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: json-glib: Update to 1.0.4, fix test.


From: ???
Subject: 01/01: gnu: json-glib: Update to 1.0.4, fix test.
Date: Sun, 18 Oct 2015 05:31:47 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit 4955ab7d651b24915b99de96587d516401c8db5e
Author: 宋文武 <address@hidden>
Date:   Sun Oct 18 13:30:18 2015 +0800

    gnu: json-glib: Update to 1.0.4, fix test.
    
    * gnu/packages/gnome.scm (json-glib): Update to 1.0.4.
      [source]: Add snippet.
---
 gnu/packages/gnome.scm |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a5cb731..9a82762 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1775,7 +1775,7 @@ configuration storage systems.")
 (define-public json-glib
   (package
     (name "json-glib")
-    (version "1.0.2")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1783,7 +1783,14 @@ configuration storage systems.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02k66lpc4cmgygj66n8zcy59bggy7yzm3v4hni9xqplgva9d2yw8"))))
+                "1k85vvb2prmk8aa8hmr2rp9rnbhffjgnmr18b13g24xxnqy5kww0"))
+              (modules '((guix build utils)))
+              (snippet
+               ;; Don't duplicate test names.
+               ;; <https://bugzilla.gnome.org/show_bug.cgi?id=755977>.
+               '(substitute* "json-glib/tests/builder.c"
+                  (("\"/builder/complex\", test_builder_empty")
+                   "\"/builder/empty\", test_builder_empty")))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib" ,glib "bin")              ;for glib-mkenums and glib-genmarshal



reply via email to

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