diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-24 01:12:35 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-12-24 01:37:45 +0100 |
commit | a142cd980c022d67b435b28133f6d7d9b09c0a82 (patch) | |
tree | c398fed03ce05be61da9b572540f822de7a9f5c4 /gnu/packages/gnome.scm | |
parent | 71adecd51a034a1efcd6e57ab3b63acece6c43a6 (diff) | |
download | guix-a142cd980c022d67b435b28133f6d7d9b09c0a82.tar.gz |
gnu: libhandy: Update to 1.5.0.
* gnu/packages/gnome.scm (libhandy): Update to 1.5.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 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 |