guix-commits
[Top][All Lists]
Advanced

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

12/60: gnu: vala: Update to 0.46.5.


From: guix-commits
Subject: 12/60: gnu: vala: Update to 0.46.5.
Date: Sat, 25 Jan 2020 14:47:01 -0500 (EST)

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

commit 95b67fcc2534eadc4c04a90fdf218a30d9cb47e9
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 14 23:59:58 2019 -0500

    gnu: vala: Update to 0.46.5.
    
    * gnu/packages/gnome.scm (vala): Update to 0.46.5.
    [home-page]: Follow permanent 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 7088e3b..f9d0d66 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3216,7 +3216,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.44.5")
+    (version "0.46.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3224,7 +3224,7 @@ passwords in the GNOME keyring.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0zy2kfcvhikczfzhk5l7pkw6mvn3d6vw8cv7g08iah85p22q33xv"))))
+                "07fv895sp9wq74b20qig7hic0r4ynrr5pfaqba02r44xb794fy0s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -3249,7 +3249,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]