diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 15:26:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 17:16:40 +0200 |
commit | 737e32a4673f37fa3a66f038f8d22ff41706e440 (patch) | |
tree | ce35e370900e513be1ce77def2a80feb59f78c65 /gnu | |
parent | 2d8dca9d36295eb0eb06f3ea2808464e6841a703 (diff) | |
download | patches-737e32a4673f37fa3a66f038f8d22ff41706e440.tar patches-737e32a4673f37fa3a66f038f8d22ff41706e440.tar.gz |
gnu: libmanette: Update to 0.2.3.
* gnu/packages/games.scm (libmanette): Update to 0.2.3.
Diffstat (limited to 'gnu')
-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 c5ab05ed60..42da7e689a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6126,7 +6126,7 @@ when packaged in Blorb container files or optionally from individual files.") (define-public libmanette (package (name "libmanette") - (version "0.2.2") + (version "0.2.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libmanette/" @@ -6134,7 +6134,7 @@ when packaged in Blorb container files or optionally from individual files.") "libmanette-" version ".tar.xz")) (sha256 (base32 - "1lpprk2qz1lsqf9xj6kj2ciyc1zmjhj5lwd584qkh7jgz2x9y6wb")))) + "1zxh7jn2zg7hivmal5zxam6fxvjsd1w6hlw0m2kysk76b8anbw60")))) (build-system meson-build-system) (native-inputs `(("glib" ,glib "bin") ; for glib-compile-resources |