[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/180: gnu: meson: Update to 0.60.0.
From: |
guix-commits |
Subject: |
149/180: gnu: meson: Update to 0.60.0. |
Date: |
Fri, 29 Oct 2021 15:57:10 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 7737bf1a904c9b0817f8fc714377f27f62fbc942
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 27 09:54:12 2021 -0400
gnu: meson: Update to 0.60.0.
* gnu/packages/build-tools.scm (meson): Update to 0.60.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 a02d1a7..e71b792 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.1")
+ (version "0.60.0")
(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
- "0v9m0bazhj48kwc8x3gkxg5c3kcvknvqfjlq22z6pm2h2r2nln6v"))
+ "0irdn7hx5a182jbvq2kmdwd1v7mljzh5fm27pg4xk879hnv6h388"))
(patches (search-patches
"meson-allow-dirs-outside-of-prefix.patch"))))
(build-system python-build-system)
- 143/180: gnu: elogind: Update to 246.10., (continued)
- 143/180: gnu: elogind: Update to 246.10., guix-commits, 2021/10/29
- 92/180: gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., guix-commits, 2021/10/29
- 105/180: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/10/29
- 104/180: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/10/29
- 128/180: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/10/29
- 156/180: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/10/29
- 158/180: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/10/29
- 163/180: gnu: python-numpy: Update to 1.21.3 and cleanup., guix-commits, 2021/10/29
- 174/180: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/10/29
- 180/180: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/10/29
- 149/180: gnu: meson: Update to 0.60.0.,
guix-commits <=
- 154/180: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/10/29
- 151/180: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/10/29
- 157/180: gnu: python-dateutil: Update to 2.8.2., guix-commits, 2021/10/29
- 171/180: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/10/29
- 173/180: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/10/29
- 175/180: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/10/29
- 125/180: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/10/29
- 126/180: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/10/29
- 136/180: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/10/29
- 142/180: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/10/29