guix-commits
[Top][All Lists]
Advanced

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

19/107: gnu: vala: Update to 0.48.5.


From: guix-commits
Subject: 19/107: gnu: vala: Update to 0.48.5.
Date: Tue, 12 May 2020 10:53:10 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 85e94dd4ee16f7a1701cf11103ae6930c3e45adf
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 12:44:20 2020 -0400

    gnu: vala: Update to 0.48.5.
    
    * gnu/packages/gnome.scm (vala): Update to 0.48.5.
    [home-page]: Follow redirect.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4eda79d..58c5330 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3183,7 +3183,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.46.5")
+    (version "0.48.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3191,7 +3191,7 @@ passwords in the GNOME keyring.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "07fv895sp9wq74b20qig7hic0r4ynrr5pfaqba02r44xb794fy0s"))))
+                "0my77s21p95q2909i7cicy6bvmkjmx4g9lh54ab68k6xvbhc1m53"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -3216,7 +3216,7 @@ passwords in the GNOME keyring.")
      `(("graphviz" ,graphviz)))
     (propagated-inputs
      `(("glib" ,glib))) ; required by libvala-0.40.pc
-    (home-page "https://live.gnome.org/Vala/";)
+    (home-page "https://wiki.gnome.org/Projects/Vala/";)
     (synopsis "Compiler for the GObject type system")
     (description
      "Vala is a programming language that aims to bring modern programming



reply via email to

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