diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-06 21:10:12 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:40 -0400 |
commit | 45caa055407b72d413d8b434c15006473fdd04ca (patch) | |
tree | d0cc34b13931d2166aaac160083fbef1f4cd77ee | |
parent | 9583e8a5c13dca13b1425c5e833ba1ba3d7a177e (diff) | |
download | patches-45caa055407b72d413d8b434c15006473fdd04ca.tar patches-45caa055407b72d413d8b434c15006473fdd04ca.tar.gz |
gnu: libgnome-games-support: Update to 1.4.2.
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.4.2.
-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 d697bda1f2..d6cf0e13d5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3668,7 +3668,7 @@ queries upon that data.") (define-public libgnome-games-support (package (name "libgnome-games-support") - (version "1.4.1") + (version "1.4.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3676,7 +3676,7 @@ queries upon that data.") name "-" version ".tar.xz")) (sha256 (base32 - "1j7lfcnc29lgn8ppn13wkn9w2y1n3lsapagwp91zh3bf0h2h4hv1")))) + "02hirpk885jndwarbl3cl5fk7w2z5ziv677csyv1wi2n6rmpn088")))) (build-system gnu-build-system) (arguments '(#:phases |