[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/76: gnu: gnome-sudoku: Update to 40.2.
From: |
guix-commits |
Subject: |
69/76: gnu: gnome-sudoku: Update to 40.2. |
Date: |
Mon, 27 Sep 2021 10:18:31 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit ab8f2374a09e402e1a81732cce3095e3afc8070c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 20:14:26 2021 +0000
gnu: gnome-sudoku: Update to 40.2.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 40.2.
[source]: Fix the URI.
[arguments]: Remove 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 b7b9df1..0c12e3c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5108,16 +5108,16 @@ once.")
(define-public gnome-sudoku
(package
(name "gnome-sudoku")
- (version "3.34.1")
+ (version "40.2")
(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
- "025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b"))))
+ "18slsxifad5cjz4fqi818i66jc9b7kzgn01qxa0ra4y7wcqha4in"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -5126,8 +5126,7 @@ once.")
(add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _
(substitute* "build-aux/post_install.py"
- (("gtk-update-icon-cache") (which "true")))
- #t)))))
+ (("gtk-update-icon-cache") (which "true"))))))))
(native-inputs
`(("pkg-config" ,pkg-config)
("desktop-file-utils" ,desktop-file-utils)
- 53/76: gnu: gnome-user-share: Update to 3.34.0., (continued)
- 53/76: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 54/76: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 58/76: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/27
- 56/76: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 61/76: gnu: gdm: Update to 40.1., guix-commits, 2021/09/27
- 60/76: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 63/76: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 64/76: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/27
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 66/76: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 69/76: gnu: gnome-sudoku: Update to 40.2.,
guix-commits <=
- 73/76: gnu: gegl: Add libraw support., guix-commits, 2021/09/27
- 72/76: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 71/76: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/27
- 26/76: gnu: gnome-boxes: Update to 40.3., guix-commits, 2021/09/27
- 57/76: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 55/76: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/27
- 52/76: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 68/76: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 75/76: gnu: gnome-music: Add gst-plugins-good., guix-commits, 2021/09/27