unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42828] [PATCH] gnu: meson: Update to 0.55.0. [core-updates]
@ 2020-08-12 13:21 Alexandros Theodotou
  2020-08-12 14:26 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandros Theodotou @ 2020-08-12 13:21 UTC (permalink / raw)
  To: 42828


[-- Attachment #1.1: Type: text/plain, Size: 51 bytes --]

Hi,

This patch updates meson.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-meson-Update-to-0.55.0.patch --]
[-- Type: text/x-patch, Size: 1341 bytes --]

From fef89495e5fc3eef89e73fe0a0aad2f6fe314e53 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Wed, 12 Aug 2020 14:18:04 +0100
Subject: [PATCH] gnu: meson: Update to 0.55.0.

* gnu/packages/build-tools.scm (meson): Update to 0.55.0.
---
 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 7213c1bd0b..c23aad8f44 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -179,7 +179,7 @@ files and generates build instructions for the Ninja build system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.53.2")
+    (version "0.55.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/"
@@ -187,7 +187,7 @@ files and generates build instructions for the Ninja build system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07y2hh9dfn1m9g4bsy49nbn3vdmd0b2iwr8bxg19fhqq6c7q73ry"))))
+                "0davfjikrg42q99lqny5fnvyjygvj0rgjdrmb53sq55fwazy46ha"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
-- 
2.27.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-10 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 13:21 [bug#42828] [PATCH] gnu: meson: Update to 0.55.0. [core-updates] Alexandros Theodotou
2020-08-12 14:26 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-10  1:46   ` Alexandros Theodotou
2020-09-10 10:24     ` bug#42828: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).