emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#44757: closed ([PATCH] gnu: vala: Update to 0.50.2.)


From: GNU bug Tracking System
Subject: bug#44757: closed ([PATCH] gnu: vala: Update to 0.50.2.)
Date: Wed, 25 Nov 2020 11:16:02 +0000

Your message dated Wed, 25 Nov 2020 12:15:34 +0100
with message-id <877dq9n0vd.fsf@gnu.org>
and subject line Re: [bug#44757] [PATCH] gnu: vala: Update to 0.50.2.
has caused the debbugs.gnu.org bug report #44757,
regarding [PATCH] gnu: vala: Update to 0.50.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44757: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44757
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: vala: Update to 0.50.2. Date: Fri, 20 Nov 2020 06:31:29 +0000
Also updates the vala package's homepage.

* gnu/packages/gnome.scm (vala): Update to 0.50.2.
---
 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 54d3b04b7f..b47c10b0de 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4270,7 +4270,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
@@ -4282,7 +4282,7 @@ libraries written in C.")
 (define-public vala-0.50
   (package
     (inherit vala)
-    (version "0.50.1")
+    (version "0.50.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4290,7 +4290,7 @@ libraries written in C.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "0v4g2gvn7x7cl33h8sj1y2xyyskw5ayaj4jm2jrd3my3r439z3cm"))))))
+                "1nnf0x6vk0a9p2y6z7jwjfvmlxh3qhj581v381r0y1sxsv35s39c"))))))
 
 (define-public vte
   (package
-- 
2.29.2





--- End Message ---
--- Begin Message --- Subject: Re: [bug#44757] [PATCH] gnu: vala: Update to 0.50.2. Date: Wed, 25 Nov 2020 12:15:34 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hey Ryan,

> * gnu/packages/gnome.scm (vala): Update to 0.50.2.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

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