guix-patches
[Top][All Lists]
Advanced

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

[bug#72923] [PATCH 1/2] gnu: Add meson-1.5.


From: Liliana Marie Prikler
Subject: [bug#72923] [PATCH 1/2] gnu: Add meson-1.5.
Date: Sun, 1 Sep 2024 02:00:11 +0200

* gnu/packages/build-tools.scm (meson-1.5): New variable.
---
 gnu/packages/build-tools.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index d6a788e21c..21df25e4f5 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -329,6 +329,19 @@ (define-public meson
 resembles Python.")
     (license license:asl2.0)))
 
+(define-public meson-1.5
+  (package
+    (inherit meson)
+    (version "1.5.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/mesonbuild/meson/";
+                                  "releases/download/" version  "/meson-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "1vab706pw1q17vh9rbsmlirgiji3k6wljl735lxffp95vwx56zjn"))))))
+
 (define-public meson-python
   (package
     (name "meson-python")
-- 
2.45.2






reply via email to

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