guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: meson: Update to 0.59.1.


From: guix-commits
Subject: 04/09: gnu: meson: Update to 0.59.1.
Date: Thu, 19 Aug 2021 10:02:34 -0400 (EDT)

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

commit fab1aa3a462ae738141b20fb76a3ce6f7aade3d5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 19 10:59:12 2021 +0200

    gnu: meson: Update to 0.59.1.
    
    * gnu/packages/build-tools.scm (meson): Update to 0.59.1.
---
 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 9798cd1..01941f0 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -264,7 +264,7 @@ files and generates build instructions for the Ninja build 
system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.59.0")
+    (version "0.59.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -272,7 +272,7 @@ files and generates build instructions for the Ninja build 
system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0xp45ihjkl90s4crzh9qmaajxq7invbv5k0yw3gl7dk4vycc4xp3"))))
+                "0v9m0bazhj48kwc8x3gkxg5c3kcvknvqfjlq22z6pm2h2r2nln6v"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs and patching many



reply via email to

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