diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-09-11 11:16:20 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-11 13:17:23 +0300 |
commit | 7daa99e52d94e409f05a874813bdf739709807a2 (patch) | |
tree | f60c69b88efc5d390d211c548316a75477274161 /gnu | |
parent | 1c87536287837c19b6a7d0b5df43fdcab7e5a26e (diff) |
gnu: libhandy: Update to 1.0.0.
* gnu/packages/gnome.scm (libhandy): Update to 1.0.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 8f75a4e914..9b72e6a7ab 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10489,7 +10489,7 @@ advanced image management tool") (define-public libhandy (package (name "libhandy") - (version "0.91.0") + (version "1.0.0") (source (origin (method git-fetch) @@ -10498,7 +10498,7 @@ advanced image management tool") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1n3ybx8qvr3n8ph252gy3dl3am7ryxkvplz9yp8nmzb57xbhc6fs")))) + (base32 "193y09yy0302x8fkyrnq591m805xp68bkd93fl5qggxi52k8pj0v")))) (build-system meson-build-system) (arguments `(#:configure-flags |