guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: json-glib: Update to 1.4.2.


From: Marius Bakke
Subject: 02/02: gnu: json-glib: Update to 1.4.2.
Date: Thu, 22 Feb 2018 08:44:16 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 98afa184138ec3ea5ddcf0d50328103d1232b958
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 22 14:09:37 2018 +0100

    gnu: json-glib: Update to 1.4.2.
    
    * gnu/packages/gnome.scm (json-glib): Update to 1.4.2.
    [build-system]: Change to MESON-BUILD-SYSTEM.
    [native-inputs]: Add GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7e8a17b..fcbb7f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2265,7 +2265,7 @@ configuration storage systems.")
 (define-public json-glib
   (package
     (name "json-glib")
-    (version "1.2.8")
+    (version "1.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2273,10 +2273,11 @@ configuration storage systems.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02pl0wl3mf47c038bgv2r4pa6pr6y3shjhxn1l7s3rrrgl1sjmgx"))))
-    (build-system gnu-build-system)
+                "1j3dd2xj1l9fi12m1gpmfgf5p4c1w0i970m6k62k3is98yj0jxrd"))))
+    (build-system meson-build-system)
     (native-inputs
-     `(("glib" ,glib "bin")              ;for glib-mkenums and glib-genmarshal
+     `(("gettext" ,gettext-minimal)
+       ("glib" ,glib "bin")              ;for glib-mkenums and glib-genmarshal
        ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))
     (propagated-inputs



reply via email to

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