diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 20:02:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 21:48:07 +0200 |
commit | 6b87881ce72451f5c72f50a1a37cb302f0a97700 (patch) | |
tree | d5d97898f47d8a64c487fbc16e680eda94535b76 /gnu/packages/games.scm | |
parent | 01f15b157eb14dff7e3f574d7d141bd74edf8dce (diff) |
gnu: libmanette: Update to 0.2.4.
* gnu/packages/games.scm (libmanette): Update to 0.2.4.
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 96726eaa78..111e1e0579 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6836,7 +6836,7 @@ when packaged in Blorb container files or optionally from individual files.") (define-public libmanette (package (name "libmanette") - (version "0.2.3") + (version "0.2.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libmanette/" @@ -6844,7 +6844,7 @@ when packaged in Blorb container files or optionally from individual files.") "libmanette-" version ".tar.xz")) (sha256 (base32 - "1zxh7jn2zg7hivmal5zxam6fxvjsd1w6hlw0m2kysk76b8anbw60")))) + "1xrc6rh73v5w3kbkflzv1yg8sbxk4wf06hfk95raxhxlssza9q2g")))) (build-system meson-build-system) (native-inputs `(("glib" ,glib "bin") ; for glib-compile-resources |