* [bug#44757] [PATCH] gnu: vala: Update to 0.50.2.
@ 2020-11-20 6:31 Ryan Prior via Guix-patches via
2020-11-25 11:15 ` bug#44757: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-11-20 6:31 UTC (permalink / raw)
To: 44757
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44757: [PATCH] gnu: vala: Update to 0.50.2.
2020-11-20 6:31 [bug#44757] [PATCH] gnu: vala: Update to 0.50.2 Ryan Prior via Guix-patches via
@ 2020-11-25 11:15 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-11-25 11:15 UTC (permalink / raw)
To: Ryan Prior; +Cc: 44757-done
Hey Ryan,
> * gnu/packages/gnome.scm (vala): Update to 0.50.2.
Pushed, thanks!
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-25 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-20 6:31 [bug#44757] [PATCH] gnu: vala: Update to 0.50.2 Ryan Prior via Guix-patches via
2020-11-25 11:15 ` bug#44757: " Mathieu Othacehe
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).