diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 15:26:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 17:16:39 +0200 |
commit | 4c6d15cfb94698e2a642a0184276e19a24422734 (patch) | |
tree | 222fdb75639367457e5df0a5de0e7af9c943e83b /gnu/packages | |
parent | 803f05841e566c80052520b0668ba8af05f96583 (diff) | |
download | patches-4c6d15cfb94698e2a642a0184276e19a24422734.tar patches-4c6d15cfb94698e2a642a0184276e19a24422734.tar.gz |
gnu: libgnome-games-support: Update to 1.4.4.
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.4.4.
Diffstat (limited to 'gnu/packages')
-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 baebeec1c6..dd97df225a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3682,7 +3682,7 @@ queries upon that data.") (define-public libgnome-games-support (package (name "libgnome-games-support") - (version "1.4.1") + (version "1.4.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3690,7 +3690,7 @@ queries upon that data.") name "-" version ".tar.xz")) (sha256 (base32 - "1j7lfcnc29lgn8ppn13wkn9w2y1n3lsapagwp91zh3bf0h2h4hv1")))) + "1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq")))) (build-system gnu-build-system) (arguments '(#:phases |