diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 00:15:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-26 06:08:10 +0200 |
commit | d6a454addfc54104bca9ec4f4a56251bf4a0ad46 (patch) | |
tree | dd957af1fc54bcfaf130e09c9d0c4290b5dc6657 /gnu/packages/games.scm | |
parent | 492e07ea6a19c644a72fca08a7b071d313f5843f (diff) |
gnu: quadrapassel: Update to 3.36.05.
* gnu/packages/games.scm (quadrapassel): Update to 3.36.05.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7f6c238f51..af20bc508f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7799,7 +7799,7 @@ GameController.") (define-public quadrapassel (package (name "quadrapassel") - (version "3.36.02") + (version "3.36.05") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/quadrapassel/" @@ -7807,7 +7807,7 @@ GameController.") "quadrapassel-" version ".tar.xz")) (sha256 (base32 - "0c80pzipxricyh4wydffsc94wj6ymnanqr9bg6wdx51hz1mmmilb")))) + "04abxmimh5npw8rhz1sfi6wxilgc6i1wka9mlnfwp8v1p1cb00cv")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |