lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit fe19eba45fc99775b7a4fc36b38848d81d82adb1
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:31:49 2021 +0100
gnu: gnome-getting-started-docs: Update to 3.38.1.
* gnu/packages/gnome.scm (gnome-getting-started-docs): 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 701c77d..2602835 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1854,7 +1854,7 @@ and system administrators.")
(define-public gnome-getting-started-docs
(package
(name "gnome-getting-started-docs")
- (version "3.32.2")
+ (version "3.38.1")
(source
(origin
(method url-fetch)
@@ -1862,7 +1862,7 @@ and system administrators.")
(version-major+minor version)
"/gnome-getting-started-docs-" version ".tar.xz"))
(sha256
- (base32 "1v4k465mlzrhgcdddzs6bmm0yliyrfx6jg3gh0s17a08i0w5rbwq"))))
+ (base32 "0nf8jgwimn5p0pvn81104c5qglwl2r37lc2fk99jgr1w5hzy5yqh"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)