unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
To: 41639@debbugs.gnu.org
Subject: [bug#41639] [PATCH 2/3] gnu: Add vala-0.48
Date: Mon, 01 Jun 2020 06:00:09 +0000	[thread overview]
Message-ID: <20200601055949.1702-2-rprior@protonmail.com> (raw)
In-Reply-To: <20200601055949.1702-1-rprior@protonmail.com>

* gnu/packages/gnome.scm (vala-0.48): New variable.
---
 gnu/packages/gnome.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fcc83e8e06..ff9dad4d64 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3307,6 +3307,18 @@ requirements and without using a different ABI compared to applications and
 libraries written in C.")
     (license license:lgpl2.1+)))
 
+(define-public vala-0.48
+  (package/inherit vala-0.46
+    (version "0.48.6")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/vala/"
+                                  (version-major+minor version) "/"
+                                  "vala-" version ".tar.xz"))
+              (sha256
+               (base32
+                "01wppzgacdmp8dgf8047myz1any2yffmrhgl8kqf1q0c0gnhi3fi"))))))
+
 (define-public vala vala-0.46)
 
 (define-public vte
-- 
2.26.2






  reply	other threads:[~2020-06-01  6:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01  5:56 [bug#41639] [PATCH 0/3] Adds vala-language-server and updates vala Ryan Prior via Guix-patches via
2020-06-01  6:00 ` [bug#41639] [PATCH 1/3] gnu: vala-0.46: Create alias for vala Ryan Prior via Guix-patches via
2020-06-01  6:00   ` Ryan Prior via Guix-patches via [this message]
2020-06-01  6:00   ` [bug#41639] [PATCH 3/3] gnu: Add vala-language-server Ryan Prior via Guix-patches via
2020-06-02  9:29 ` [bug#41639] [PATCH 0/3] Adds vala-language-server and updates vala Efraim Flashner
2020-06-03  3:06 ` [bug#41639] [PATCH 0/1] Added note to vala-language-server package Ryan Prior via Guix-patches via
2020-06-03  3:06   ` [bug#41639] [PATCH 1/1] gnu: Add vala-language-server Ryan Prior via Guix-patches via
2020-06-07 15:19     ` bug#41639: " Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20200601055949.1702-2-rprior@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=41639@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 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).