[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/201: gnu: gtkmm: Update to 4.4.0.
From: |
guix-commits |
Subject: |
171/201: gnu: gtkmm: Update to 4.4.0. |
Date: |
Mon, 1 Nov 2021 23:19:11 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c198eed53faefe91cfb0ca94b97783f5810a71b6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 28 10:17:52 2021 -0400
gnu: gtkmm: Update to 4.4.0.
* gnu/packages/gtk.scm (gtkmm): Update to 4.4.0. Delete trailing #t.
---
gnu/packages/gtk.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fdc90c6..199ca13 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1781,7 +1781,7 @@ library.")
(define-public gtkmm
(package
(name "gtkmm")
- (version "4.2.0")
+ (version "4.4.0")
(source
(origin
(method url-fetch)
@@ -1790,7 +1790,7 @@ library.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "12x9j82y37r4v0ngs22rzp4wmw7k2bbb9d3bymcczzz7y8w4q328"))))
+ (base32 "1nhdf1s437k41af6frbqw2sky46qci0hgkg9h86a9rlnc0r69d1f"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
@@ -1809,8 +1809,7 @@ library.")
(setenv "HOME" (getcwd))
(setenv "XDG_RUNTIME_DIR" (getcwd))
;; For missing '/etc/machine-id'.
- (setenv "DBUS_FATAL_WARNINGS" "0")
- #t))
+ (setenv "DBUS_FATAL_WARNINGS" "0")))
(add-after 'install 'move-doc
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -1818,8 +1817,7 @@ library.")
(mkdir-p (string-append doc "/share"))
(rename-file
(string-append out "/share/doc")
- (string-append doc "/share/doc"))
- #t))))))
+ (string-append doc "/share/doc"))))))))
(native-inputs
`(("dot" ,graphviz)
("doxygen" ,doxygen)
- 131/201: gnu: pulseaudio: Add doxygen to fix build., (continued)
- 131/201: gnu: pulseaudio: Add doxygen to fix build., guix-commits, 2021/11/01
- 140/201: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/01
- 141/201: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/11/01
- 162/201: gnu: zxing-cpp: Update to 1.2.0-0.00783db., guix-commits, 2021/11/01
- 166/201: gnu: python2-lit: Remove package., guix-commits, 2021/11/01
- 168/201: gnu: Add cling., guix-commits, 2021/11/01
- 163/201: gnu: python-numpy: Update to 1.21.3 and cleanup., guix-commits, 2021/11/01
- 165/201: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/01
- 193/201: gnu: python-distro: Update to 1.6.0., guix-commits, 2021/11/01
- 189/201: gnu: Remove references to a removed patch., guix-commits, 2021/11/01
- 171/201: gnu: gtkmm: Update to 4.4.0.,
guix-commits <=
- 184/201: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/01
- 191/201: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/01