mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gnome-sudoku: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.28.0.
This commit is contained in:
parent
298a2c1e66
commit
7d20d98326
1 changed files with 2 additions and 2 deletions
|
@ -2689,7 +2689,7 @@ (define-public gnome-mines
|
|||
(define-public gnome-sudoku
|
||||
(package
|
||||
(name "gnome-sudoku")
|
||||
(version "3.26.0")
|
||||
(version "3.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2698,7 +2698,7 @@ (define-public gnome-sudoku
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"186k2axryn3ic8blc9ddnvyrqqf88khg2hlisfa1n4wp784wfx47"))))
|
||||
"07b4lzniaf3gjsss6zl1lslv18smwc4nrijykvn2z90f423q2xav"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue