lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 157640f029e1b2398cf785a00617bd9c8d3c61eb
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:39:23 2021 +0100
gnu: devhelp: Update to 3.38.1.
* gnu/packages/gnome.scm (devhelp): Update to 3.38.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ad153c9..4867b78 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5559,7 +5559,7 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.34.0")
+ (version "3.38.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5567,7 +5567,7 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0zpmn6fgkgiayvn4diia5df0s6s7dqrdnp3nrvpavsmgn0vhb4pg"))))
+ "13sa25mmlc49kn520hdfbskma65y7smvwmyhfggj0n9s3fazba2d"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t