guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: meson: Update to 0.58.1.


From: guix-commits
Subject: 03/08: gnu: meson: Update to 0.58.1.
Date: Sat, 19 Jun 2021 11:09:25 -0400 (EDT)

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

commit 31aa0559a55538f0c18d9170b9770d32a78d8048
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 13 01:12:55 2021 +0200

    gnu: meson: Update to 0.58.1.
    
    * gnu/packages/build-tools.scm (meson): Update to 0.58.1.
    [source](patches): Remove.
---
 gnu/packages/build-tools.scm | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 2e5f122..6285eca 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -264,27 +264,15 @@ files and generates build instructions for the Ninja 
build system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.58.0")
+    (version "0.58.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
                                   "releases/download/" version  "/meson-"
                                   version ".tar.gz"))
-              (patches
-               (list (origin
-                       ;; Take a patch slated for 0.58.1 that fixes gtk-doc
-                       ;; generation: 
<https://github.com/mesonbuild/meson/pull/8757>.
-                       (method url-fetch)
-                       (uri (string-append
-                             "https://github.com/mesonbuild/meson/commit/";
-                             "4e312c19e693a69b0650ce6c8a8903163c959996.patch"))
-                       (file-name "meson-gtkdoc-generation.patch")
-                       (sha256
-                        (base32
-                         
"1nrwcxmzq1x9609yzhmhzgbq77yrkkd90vwiydilahwzwwrp68xi")))))
               (sha256
                (base32
-                "1p9g334xnfxpgrzdcnla7p399viny6jqrbylkw0rk74npkq0v0pl"))))
+                "0padn0ykwz8azqiwkhi8p97bl742y8lsjbv0wpqpkkrgcvda6i1i"))))
     (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]