From a142cd980c022d67b435b28133f6d7d9b09c0a82 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Fri, 24 Dec 2021 01:12:35 +0100 Subject: gnu: libhandy: Update to 1.5.0. * gnu/packages/gnome.scm (libhandy): Update to 1.5.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d31143d242..69f439b355 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11172,7 +11172,7 @@ tabs, and it supports drag and drop re-ordering of terminals.") (define-public libhandy (package (name "libhandy") - (version "1.2.3") + (version "1.5.0") (source (origin (method git-fetch) @@ -11181,7 +11181,7 @@ tabs, and it supports drag and drop re-ordering of terminals.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1ng2607cp4dfl169rj7zi8q5p6fzxy3a4l0glm7mj75yd1a603rz")))) + (base32 "19gl0xxybraw2iyn6cdi9w7nps825lb2bhav7d2x51wla0lq3kdc")))) (build-system meson-build-system) (arguments `(#:configure-flags -- cgit v1.2.3