kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit ed7bc5ff75a2c1274965846e8a2ca043203c0dd6
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 15:30:48 2020 -0400
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 914ba4f..07c08fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -844,7 +844,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/"
@@ -852,7 +852,7 @@ project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0x2blzqrapmbsbfzxjcdcpa3vkw9hq5k96h9kvjmy9kl415wcl68"))))
+ "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)