guix-commits
[Top][All Lists]
Advanced

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

112/142: gnu: glibmm: Update to 2.70.0 and apply guix style.


From: guix-commits
Subject: 112/142: gnu: glibmm: Update to 2.70.0 and apply guix style.
Date: Mon, 10 Jan 2022 13:07:38 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit abb5a92cbcab79f700b70908682386cf3b10e7c1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 24 01:24:20 2021 -0500

    gnu: glibmm: Update to 2.70.0 and apply guix style.
    
    * gnu/packages/glib.scm (glibmm): Update to 2.70.0.
    [native-inputs]: Use new style.
---
 gnu/packages/glib.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 23a57832a1..a4d7e8667e 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -747,7 +747,7 @@ by GDBus included in Glib.")
 (define glibmm
   (package
     (name "glibmm")
-    (version "2.68.0")
+    (version "2.70.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glibmm/"
@@ -755,7 +755,7 @@ by GDBus included in Glib.")
                                   "/glibmm-" version ".tar.xz"))
               (sha256
                (base32
-                "0xgkyhb2876mcyyib5rk3ya9aingyj68h02nl22yvkhx35rqbwy1"))))
+                "085mzpphz71sh5wh71ppikwnxsgn4pk3s4bzz6ingj6wxn5gs240"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
@@ -781,14 +781,14 @@ by GDBus included in Glib.")
                 (string-append out "/share/doc")
                 (string-append doc "/share/doc"))))))))
     (native-inputs
-     `(("dot" ,graphviz)
-       ("doxygen" ,doxygen)
-       ("glib:bin" ,glib "bin")
-       ("m4" ,m4)
-       ("mm-common" ,mm-common)
-       ("perl" ,perl)
-       ("pkg-config" ,pkg-config)
-       ("xsltproc" ,libxslt)))
+     (list graphviz
+           doxygen
+           `(,glib "bin")
+           m4
+           mm-common
+           perl
+           pkg-config
+           libxslt))
     (propagated-inputs
      (list libsigc++ glib))
     (home-page "https://gtkmm.org/";)



reply via email to

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