diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-12 10:22:35 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-13 20:37:35 +0200 |
commit | 4d182aaf0f91ca975a16c5118e02a745c74eb6c8 (patch) | |
tree | 472d7a513a76f97cce32224d4bacf447e0326dbd /gnu/packages/gnome.scm | |
parent | ff3ba62c472ab306916d9472b048ae063f34ae6c (diff) | |
download | guix-4d182aaf0f91ca975a16c5118e02a745c74eb6c8.tar guix-4d182aaf0f91ca975a16c5118e02a745c74eb6c8.tar.gz |
gnu: libhandy: Update to 1.8.2.
* gnu/packages/gnome.scm (libhandy): Update to 1.8.2.
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 507c078a3b..424279b8e2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11927,7 +11927,7 @@ tabs, and it supports drag and drop re-ordering of terminals.") (define-public libhandy (package (name "libhandy") - (version "1.7.90") + (version "1.8.2") (source (origin (method git-fetch) @@ -11936,7 +11936,7 @@ tabs, and it supports drag and drop re-ordering of terminals.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1z8sbx7g19c1p8dy0sn0l25qfvrd2j28h269lsqm1y98r818h2k1")))) + (base32 "031bmrxc62p86fpk1x8kg4zljxf5bd2cgq8bsm7nrk5yipha2xvy")))) (build-system meson-build-system) (arguments (list #:configure-flags |