all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
To: 44474@debbugs.gnu.org
Subject: [bug#44474] [PATCH 1/2] gnu: vala: Update to 0.50.1.
Date: Fri, 06 Nov 2020 05:09:29 +0000	[thread overview]
Message-ID: <20201106050921.4241-1-rprior@protonmail.com> (raw)
In-Reply-To: <20201106050614.3649-1-rprior@protonmail.com>

* gnu/packages/gnome.scm (vala-0.48): Removed variable.
* gnu/packages/gnome.scm (vala-0.50): New variable.
* gnu/packages/gnome-xyz.scm: updated vala dependency to vala-0.50.
---
 gnu/packages/gnome-xyz.scm | 2 +-
 gnu/packages/gnome.scm     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 7f3ae41d17..fa8100ef2e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -609,7 +609,7 @@ and a few extra features.")
        ("json-glib" ,json-glib)
        ("jsonrpc-glib" ,jsonrpc-glib)
        ("libgee" ,libgee)
-       ("vala" ,vala-0.48)))
+       ("vala" ,vala-0.50)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "https://github.com/benwaffle/vala-language-server")
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 43b681d85d..85ae8ac40c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4279,10 +4279,10 @@ requirements and without using a different ABI compared to applications and
 libraries written in C.")
     (license license:lgpl2.1+)))
 
-(define-public vala-0.48
+(define-public vala-0.50
   (package
     (inherit vala)
-    (version "0.48.9")
+    (version "0.50.1")
     (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
-                "1agyrvslv2yh9ikiw7k5nw6j6il1l2zrzfan0pzdpb9xpg9idslw"))))))
+                "0v4g2gvn7x7cl33h8sj1y2xyyskw5ayaj4jm2jrd3my3r439z3cm"))))))
 
 (define-public vte
   (package
-- 
2.29.2






  reply	other threads:[~2020-11-06  5:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06  5:06 [bug#44474] [PATCH 0/2] Updates to vala & vala-language-server Ryan Prior via Guix-patches via
2020-11-06  5:09 ` Ryan Prior via Guix-patches via [this message]
2020-11-06  5:09   ` [bug#44474] [PATCH 2/2] gnu: vala-language-server: Update to 0.48.1 Ryan Prior via Guix-patches via
2020-11-06 16:53 ` [bug#44474] [PATCH 0/2] Updates to vala & vala-language-server Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201106050921.4241-1-rprior@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=44474@debbugs.gnu.org \
    --cc=rprior@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.