diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-19 12:38:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-19 19:22:58 +0200 |
commit | ab3bf855dbbdd239d89ea54ae08f98bc592c5932 (patch) | |
tree | 94ed0c00e4e901d8efa10a43d02bdb4e38c0c434 /gnu/packages/gnome.scm | |
parent | b9194446b15fa5ef8a9e6ae05928f7ae25525ce7 (diff) | |
download | guix-ab3bf855dbbdd239d89ea54ae08f98bc592c5932.tar guix-ab3bf855dbbdd239d89ea54ae08f98bc592c5932.tar.gz |
gnu: libhandy: Update to 1.2.1.
* gnu/packages/gnome.scm (libhandy): Update to 1.2.1.
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 ccb0814de7..0f17e92e1d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10971,7 +10971,7 @@ tabs, and it supports drag and drop re-ordering of terminals.") (define-public libhandy (package (name "libhandy") - (version "1.2.0") + (version "1.2.1") (source (origin (method git-fetch) @@ -10980,7 +10980,7 @@ tabs, and it supports drag and drop re-ordering of terminals.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1a8wfgm2jd3gcbk1nzhq6f2xq7vkxdc9qky8p9k0za9gqi7xfg4v")))) + (base32 "1mkxvqk8r6kk5my2c7nnb7z0y39grgrl7y41cnq857qs6ljqlrfv")))) (build-system meson-build-system) (arguments `(#:configure-flags |