[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
170/227: gnu: gtkmm-3: Update to 3.24.5.
From: |
guix-commits |
Subject: |
170/227: gnu: gtkmm-3: Update to 3.24.5. |
Date: |
Thu, 11 Nov 2021 12:30:37 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 7137befc4388031a57eb52b338b049c0a66eed0f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 28 10:15:09 2021 -0400
gnu: gtkmm-3: Update to 3.24.5.
* gnu/packages/gtk.scm (gtkmm-3): Update to 3.24.5.
[arguments]: Use meson-0.59.
---
gnu/packages/gtk.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index daeb445..fdc90c6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1855,7 +1855,7 @@ tutorial.")
(package
(inherit gtkmm)
(name "gtkmm")
- (version "3.24.4")
+ (version "3.24.5")
(source
(origin
(method url-fetch)
@@ -1864,7 +1864,13 @@ tutorial.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0hv7pviln4cpjvpz7m7ga5krcsbibqzixdcn0dwzpz0cx71p3swv"))))
+ (base32 "1ri2msp3cmzi6r65ghwb8gfavfaxv0axpwi3q60nm7v8hvg36qw5"))))
+ (arguments
+ (substitute-keyword-arguments (package-arguments gtkmm)
+ ;; Use meson 0.59 to workaround a new issue with meson 0.60 (see:
+ ;;
https://github.com/mesonbuild/meson/issues/9350#issuecomment-953799600).
+ ((#:meson _ #f)
+ meson-0.59)))
(propagated-inputs
`(("atkmm-2.28" ,atkmm-2.28)
("cairomm-1.14" ,cairomm-1.14)
- 185/227: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., (continued)
- 185/227: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/11
- 192/227: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/11
- 191/227: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/11
- 140/227: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/11
- 142/227: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/11/11
- 145/227: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/11
- 149/227: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/11
- 160/227: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/11
- 165/227: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/11
- 168/227: gnu: Add cling., guix-commits, 2021/11/11
- 170/227: gnu: gtkmm-3: Update to 3.24.5.,
guix-commits <=
- 173/227: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/11
- 174/227: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/11
- 184/227: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/11
- 190/227: gnu: Remove references to a removed patch., guix-commits, 2021/11/11
- 189/227: gnu: gnome-online-accounts: Update to 3.43.1., guix-commits, 2021/11/11
- 182/227: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/11
- 188/227: gnu: Add webkitgtk-with-libsoup2, guix-commits, 2021/11/11
- 186/227: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/11
- 199/227: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/11
- 198/227: gnu: ansible: Update to 4.7.0., guix-commits, 2021/11/11