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.
This commit is contained in:
parent
b3d4aeb7c1
commit
2ec38cbce0
1 changed files with 4 additions and 5 deletions
|
@ -5108,16 +5108,16 @@ once.")
|
||||||
(define-public gnome-sudoku
|
(define-public gnome-sudoku
|
||||||
(package
|
(package
|
||||||
(name "gnome-sudoku")
|
(name "gnome-sudoku")
|
||||||
(version "3.34.1")
|
(version "40.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b"))))
|
"18slsxifad5cjz4fqi818i66jc9b7kzgn01qxa0ra4y7wcqha4in"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -5126,8 +5126,7 @@ once.")
|
||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "build-aux/post_install.py"
|
(substitute* "build-aux/post_install.py"
|
||||||
(("gtk-update-icon-cache") (which "true")))
|
(("gtk-update-icon-cache") (which "true"))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
|
|
Reference in a new issue