diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-17 23:08:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-17 23:19:33 +0100 |
commit | 99d14e5951c243396b712150ec7e3035b4e1ccfc (patch) | |
tree | 88c61ebccfa46b55cb9eb556842d1beb202f86be /gnu | |
parent | e82a713c159d83d33546b672d2474426b48eb6ba (diff) | |
download | guix-99d14e5951c243396b712150ec7e3035b4e1ccfc.tar.gz |
gnu: libhandy: Update to 1.0.3.
* gnu/packages/gnome.scm (libhandy): Update to 1.0.3.
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 e00f65a32a..d31a4a02e7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10798,7 +10798,7 @@ advanced image management tool") (define-public libhandy (package (name "libhandy") - (version "1.0.2") + (version "1.0.3") (source (origin (method git-fetch) @@ -10807,7 +10807,7 @@ advanced image management tool") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1bmmkahshvlvpsnb7zp8bddv7i1h5k4p967n6kxh71g1vnj8x20m")))) + (base32 "0flgwlm921801i3ns0dwqpnxl89f3rzn4y9h723i13bmflch3in7")))) (build-system meson-build-system) (arguments `(#:configure-flags |