diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-08-25 19:37:35 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-27 13:48:37 +0200 |
commit | 355761c2d27fe80ae73b872b8026cb15d8487fd0 (patch) | |
tree | 8d7f8d11fc784e89514d5195408ef7a2b73bd38a | |
parent | 23c68bd915aa8ef98da39e97e352a97368150b47 (diff) | |
download | guix-355761c2d27fe80ae73b872b8026cb15d8487fd0.tar.gz |
gnu: libhandy: Update to 0.90.0.
* gnu/packages/gnome.scm (libhandy): Update to 0.90.0. [source]<url>: Use GNOME gitlab. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 54dba9dd8d..42fcda6f26 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10479,16 +10479,16 @@ advanced image management tool") (define-public libhandy (package (name "libhandy") - (version "0.0.12") + (version "0.90.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://source.puri.sm/Librem5/libhandy") - (commit (string-append "v" version)))) + (url "https://gitlab.gnome.org/GNOME/libhandy") + (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "09wlknarzsbk9hr5ws6s7x5kibkhx9ayrbhshfqib4zkhq2f76hw")))) + (base32 "1zpfbn2x27lp69w819afxf3ylkgfz9k44srfgmkbb2c33r14ajwy")))) (build-system meson-build-system) (arguments `(#:configure-flags |