diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 11:48:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:29 +0100 |
commit | dd7a2446140049fc54058972c26bfd8e36115f2b (patch) | |
tree | 03ac8014e4b9549b6d2301588087d85152667df4 /gnu | |
parent | b78f5118177ce90363cc6b7d2624cb9f2f5e8c8d (diff) | |
download | guix-dd7a2446140049fc54058972c26bfd8e36115f2b.tar.gz guix-dd7a2446140049fc54058972c26bfd8e36115f2b.zip |
gnu: libgnome-games-support: Update to 1.4.1.
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.4.1.
Diffstat (limited to 'gnu')
-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 0a372075a5..36338146c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3582,7 +3582,7 @@ queries upon that data.") (define-public libgnome-games-support (package (name "libgnome-games-support") - (version "1.2.3") + (version "1.4.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3590,7 +3590,7 @@ queries upon that data.") name "-" version ".tar.xz")) (sha256 (base32 - "1vwad7kqy7yd6wqyr71nq0blh7m53r3lz6ya16dmh942kd0w48v1")))) + "1j7lfcnc29lgn8ppn13wkn9w2y1n3lsapagwp91zh3bf0h2h4hv1")))) (build-system gnu-build-system) (arguments '(#:phases |