guix-patches
[Top][All Lists]
Advanced

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

[bug#45475] [PATCH 8/9] gnu: xfce4-whiskermenu-plugin: Update to 2.5.0.


From: Vincent Legoll
Subject: [bug#45475] [PATCH 8/9] gnu: xfce4-whiskermenu-plugin: Update to 2.5.0.
Date: Sun, 27 Dec 2020 18:46:26 +0100

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.5.0.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2e8d4926d5..677bf28e0b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -577,7 +577,7 @@ keys for controlling the audio volume.")
 (define-public xfce4-whiskermenu-plugin
   (package
     (name "xfce4-whiskermenu-plugin")
-    (version "2.4.6")
+    (version "2.5.0")
     (source
      (origin
        (method url-fetch)
@@ -585,7 +585,7 @@ keys for controlling the audio volume.")
                            "xfce4-whiskermenu-plugin/" (version-major+minor 
version) "/"
                            "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
        (sha256
-        (base32 "0i2pn8852x6zvlys4610knscscyjpha6wjzy7rljixbxr26d6x49"))))
+        (base32 "0i16a4m19rcs50i7ygdkp53jnlndy20c2z8lnyff3q5vabh2y6il"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.29.2






reply via email to

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