summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 04:46:36 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:34:43 -0500
commit7399296264284825d26b789ea511180aebd6aec1 (patch)
treedb5420c98cd0da645f184ee1466eb5bb1cf6f13a /gnu
parentf4eae76fb9bc03c9ff080de5df42540642c3e83b (diff)
downloadpatches-7399296264284825d26b789ea511180aebd6aec1.tar
patches-7399296264284825d26b789ea511180aebd6aec1.tar.gz
gnu: gnome-mines: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.22.2. [inputs]: Add libgnome-games-support.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9e9677c5ba..c892e3dfa1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2260,7 +2260,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(define-public gnome-mines
(package
(name "gnome-mines")
- (version "3.20.1")
+ (version "3.22.2")
(source
(origin
(method url-fetch)
@@ -2269,7 +2269,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0frb1r0f55giz7yqxl9920vvzqlirdivz54ygc9d85r8v63fh5aq"))))
+ "1wia0nj5i244m6pq3lridvk3vx9yipsa9l921nsskd97115mnyza"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases
@@ -2286,6 +2286,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
("xmllint" ,libxml2)))
(inputs
`(("gtk+" ,gtk+)
+ ("libgnome-games-support" ,libgnome-games-support)
("librsvg" ,librsvg)))
(home-page "https://wiki.gnome.org/Apps/Mines")
(synopsis "Minesweeper game")