lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit da2fb6a98dc6a86c79769b3501867bf9f66ca33b
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:31:10 2021 +0100
gnu: gnome-menus: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-menus): Update to 3.36.0.
---
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 4bd1a10..0eb257a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1691,7 +1691,7 @@ project.")
(define-public gnome-menus
(package
(name "gnome-menus")
- (version "3.32.0")
+ (version "3.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-menus/"
@@ -1699,7 +1699,7 @@ project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0x2blzqrapmbsbfzxjcdcpa3vkw9hq5k96h9kvjmy9kl415wcl68"))))
+ "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)