summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-09-22 18:08:26 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-10-02 10:54:14 +0000
commit6a0bdb4652345b24b8ee5c7ab0778457256b8275 (patch)
tree97239aa7139de4379353493a50523f2263aff041 /gnu
parent39e68519d6d5ca2f4fb82e926034d14f7a3d070d (diff)
downloadguix-6a0bdb4652345b24b8ee5c7ab0778457256b8275.tar.gz
gnu: gnome-menus: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-menus): Update to 3.36.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b454db57d3..2d4f2d3298 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1721,7 +1721,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/"
@@ -1729,7 +1729,7 @@ project.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0x2blzqrapmbsbfzxjcdcpa3vkw9hq5k96h9kvjmy9kl415wcl68"))))
+                "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)