guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add vala-next, upgraded to 0.56.2.


From: guix-commits
Subject: 01/02: gnu: Add vala-next, upgraded to 0.56.2.
Date: Fri, 15 Jul 2022 17:45:16 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit e2bd7836577c3c055302faec0fdbb41e2e67b342
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 15 17:23:23 2022 -0400

    gnu: Add vala-next, upgraded to 0.56.2.
    
    * gnu/packages/gnome.scm (vala-next): New variable.
---
 gnu/packages/gnome.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0ce96d41de..04f69543d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4373,6 +4373,19 @@ the GObject type system and has additional code 
generation routines that make
 targeting the GNOME stack simple.")
     (license license:lgpl2.1+)))
 
+(define-public vala-next
+  (package
+    (inherit vala)
+    (version "0.56.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/vala/"
+                                  (version-major+minor version) "/"
+                                  "vala-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0k0jj3xwjq222x0hbqqy5bykhgk1f1wsb85bqcdgsnbqn6dn3jb6"))))))
+
 ;;; An older variant kept to build libsoup-minimal-2.
 (define-public vala-0.52
   (package/inherit vala



reply via email to

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