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 2/2] gnu: vala-language-server: Update to 0.48.1.
Date: Fri, 06 Nov 2020 05:09:32 +0000	[thread overview]
Message-ID: <20201106050921.4241-2-rprior@protonmail.com> (raw)
In-Reply-To: <20201106050921.4241-1-rprior@protonmail.com>

* gnu/packages/gnome-xyz.scm (vala-language-server): Update to 0.48.1.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index fa8100ef2e..77b4aada6f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -593,7 +593,7 @@ and a few extra features.")
     ;; Note to maintainer: VLS must be built with a Vala toolchain the same
     ;; version or newer. Therefore when you update this package you may need
     ;; to update Vala too.
-    (version "0.48")
+    (version "0.48.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -601,7 +601,7 @@ and a few extra features.")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0chgfpci247skrvsiq1l8cas8sj2z6z42dlarka3df3qwxmh0if0"))))
+               (base32 "12k095052jkvbiyz8gzkj6w7r7p16d5m18fyikl48yvh5nln8fw0"))))
     (build-system meson-build-system)
     (arguments '(#:glib-or-gtk? #t))
     (inputs
-- 
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 ` [bug#44474] [PATCH 1/2] gnu: vala: Update to 0.50.1 Ryan Prior via Guix-patches via
2020-11-06  5:09   ` Ryan Prior via Guix-patches via [this message]
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-2-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.