[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/76: gnu: gnome-mines: Update to 40.0.
From: |
guix-commits |
Subject: |
68/76: gnu: gnome-mines: Update to 40.0. |
Date: |
Mon, 27 Sep 2021 10:30:11 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 2af60cdca8f1b0f9f773aebb06f782b8a54ef471
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 20:11:12 2021 +0000
gnu: gnome-mines: Update to 40.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
---
gnu/packages/gnome.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9be2969..b7b9df1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5026,15 +5026,15 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public gnome-mines
(package
(name "gnome-mines")
- (version "3.36.1")
+ (version "40.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0m2680r94nk61imym4x73j03jwfjd8cxm592m5ybiqdfdw6i723i"))))
+ (base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -5043,8 +5043,7 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _
(substitute* "build-aux/meson_post_install.py"
- (("gtk-update-icon-cache") (which "true")))
- #t)))))
+ (("gtk-update-icon-cache") (which "true"))))))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources
("pkg-config" ,pkg-config)
- 19/76: gnu: libgweather: Update to 40.0., (continued)
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 21/76: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/27
- 23/76: gnu: Add tepl-5., guix-commits, 2021/09/27
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 50/76: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 71/76: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/27
- 72/76: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 32/76: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/27
- 68/76: gnu: gnome-mines: Update to 40.0.,
guix-commits <=
- 38/76: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/27
- 69/76: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/27
- 51/76: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 12/76: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/27
- 30/76: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27
- 46/76: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27
- 60/76: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 41/76: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 70/76: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/27