diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-21 15:34:19 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:52 -0400 |
commit | d3c4ad300dd134a0a14861d950e01544c5f5a1b0 (patch) | |
tree | 052b3746f237e6f1ac16430c7ff5e94c41765070 /gnu/packages/gnome.scm | |
parent | d465656f6dcc6026a1ccc69388923269f153fd81 (diff) | |
download | guix-d3c4ad300dd134a0a14861d950e01544c5f5a1b0.tar.gz |
gnu: gnome-sudoku: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.36.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1968496a5c..85f8373263 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3867,7 +3867,7 @@ floating in an ocean using only your brain and a little bit of luck.") (define-public gnome-sudoku (package (name "gnome-sudoku") - (version "3.34.1") + (version "3.36.0") (source (origin (method url-fetch) @@ -3876,7 +3876,7 @@ floating in an ocean using only your brain and a little bit of luck.") name "-" version ".tar.xz")) (sha256 (base32 - "025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b")))) + "17a1r2jk5yygrxil1dycmamxyvyi64mr29mbyfgcx5hm2fylxxwm")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |