guix-commits
[Top][All Lists]
Advanced

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

52/131: gnu: meson: Update to 0.56.2.


From: guix-commits
Subject: 52/131: gnu: meson: Update to 0.56.2.
Date: Mon, 1 Feb 2021 11:56:45 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit b42509817ebfd88b8a62290c4de1935013e98fa9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 23 22:00:05 2021 -0500

    gnu: meson: Update to 0.56.2.
    
    * gnu/packages/build-tools.scm (meson): Update to 0.56.2.
    
    acc#        modified:   gnu/packages/build-tools.scm
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 2ac3618..43a2f15 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -216,7 +216,7 @@ files and generates build instructions for the Ninja build 
system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.55.1")
+    (version "0.56.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -224,7 +224,7 @@ files and generates build instructions for the Ninja build 
system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1070kjiirxxdfppmrhi3wsc6rykay1zlciqrzayjhjg0hkw42mrv"))))
+                "1x47vc7023w8w90r6jda5hk2jsh68i66x49gckdgixw32fwvvf1w"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH



reply via email to

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