guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: vala: Update to 0.44.5.


From: guix-commits
Subject: 07/08: gnu: vala: Update to 0.44.5.
Date: Fri, 21 Jun 2019 08:55:40 -0400 (EDT)

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

commit 2d6872f6afc6dd023b676327867e2dba237b5062
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 21 14:42:33 2019 +0200

    gnu: vala: Update to 0.44.5.
    
    * gnu/packages/gnome.scm (vala): Update to 0.44.5.
    [native-inputs]: Remove superfluous GREP and SED.
---
 gnu/packages/gnome.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e7d7e91..5537ca6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2250,7 +2250,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.42.3")
+    (version "0.44.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2258,7 +2258,7 @@ passwords in the GNOME keyring.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0zaq9009wqk5aah131m426a2ia0scwpjpl4npf8p7p43wv8kvisz"))))
+                "0zy2kfcvhikczfzhk5l7pkw6mvn3d6vw8cv7g08iah85p22q33xv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -2277,8 +2277,6 @@ passwords in the GNOME keyring.")
        ("flex" ,flex)
        ("bison" ,bison)
        ("xsltproc" ,libxslt)
-       ("grep" ,grep)
-       ("sed" ,sed)
        ("dbus" ,dbus)                                     ; for dbus tests
        ("gobject-introspection" ,gobject-introspection))) ; for gir tests
     (inputs



reply via email to

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