diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-23 23:20:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-23 23:20:48 +0100 |
commit | 8fe8a42a906ad1996806739b8826b8188a1046cf (patch) | |
tree | 1e36591733324b9f2c74deab8f3dc03829737c7f /gnu/packages | |
parent | 632a9b32c560606dc7061027683c10c9b16be29f (diff) | |
download | guix-8fe8a42a906ad1996806739b8826b8188a1046cf.tar.gz |
gnu: yelp-tools: Update to 3.32.2.
* gnu/packages/gnome.scm (yelp-tools): Update to 3.32.2.
Diffstat (limited to 'gnu/packages')
-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 5a29b9a733..c817be3e28 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5632,7 +5632,7 @@ freedesktop.org help system specification.") (define-public yelp-tools (package (name "yelp-tools") - (version "3.28.0") + (version "3.32.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5640,7 +5640,7 @@ freedesktop.org help system specification.") name "-" version ".tar.xz")) (sha256 (base32 - "1b61dmlb1sd50fgq6zgnkcpx2s1py33q0x9cx67fzpsr4gmgxnw2")))) + "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |