From: Stuart Dilts <stuart.dilts@gmail.com>
To: 34025@debbugs.gnu.org
Subject: [bug#34025] [PATCH] Update meson to 0.49.0
Date: Wed, 9 Jan 2019 15:50:58 -0700 [thread overview]
Message-ID: <CAOm0rWCaBWaKTr7cgJEsfcMnRJrh6KogFmj=Y+i5wKz4opSu-w@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]
* gnu/packages/build-tools.scm: update the version and sha256 hash
---
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 a34e7eb..628b36f 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -158,7 +158,7 @@ files and generates build instructions for the Ninja
build system.")
(define-public meson
(package
(name "meson")
- (version "0.47.2")
+ (version "0.49.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
@@ -166,7 +166,7 @@ files and generates build instructions for the Ninja
build system.")
version ".tar.gz"))
(sha256
(base32
- "1swmycf6p9p0ag6yiywyyri42ffkxxj38r2ic7in24km47cszn4j"))))
+ "0l8m1v7cl5ybm7psfqmmdqbvmnsbb1qhb8ni3hwap3i0mk29a0zv"))))
(build-system python-build-system)
(arguments
`(;; FIXME: Tests require many additional inputs, a fix for the
RUNPATH
--
2.20.1
[-- Attachment #2: Type: text/html, Size: 1716 bytes --]
next reply other threads:[~2019-01-09 22:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-09 22:50 Stuart Dilts [this message]
2019-01-10 1:02 ` bug#34025: [PATCH] Update meson to 0.49.0 Leo Famulari
2019-01-10 7:24 ` [bug#34025] " Efraim Flashner
2019-01-10 20:22 ` Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAOm0rWCaBWaKTr7cgJEsfcMnRJrh6KogFmj=Y+i5wKz4opSu-w@mail.gmail.com' \
--to=stuart.dilts@gmail.com \
--cc=34025@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.