guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/107: gnu: gnome-menus: Update to 3.36.0.


From: guix-commits
Subject: 24/107: gnu: gnome-menus: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:11 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit cb1128b758d8a063c09d04e3bce3699e9de5154f
Author: Kei Kebreau <address@hidden>
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 256f819..9798d38 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]