guix-patches
[Top][All Lists]
Advanced

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

[bug#45982] [PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.5.0.


From: Michael Rohleder
Subject: [bug#45982] [PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.5.0.
Date: Tue, 19 Jan 2021 15:16:53 +0100

* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.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 6479620a26..a987e85815 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1917,7 +1917,7 @@ freedesktop.org specification.")
 (define-public xfce4-stopwatch-plugin
   (package
    (name "xfce4-stopwatch-plugin")
-   (version "0.4.0")
+   (version "0.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1926,7 +1926,7 @@ freedesktop.org specification.")
                                   "/xfce4-stopwatch-plugin-" version 
".tar.bz2"))
               (sha256
                (base32
-                "0jfr0ykn97hfngh0hd2wrs9rxswzxaxjv93g6csdp8hnij649nm3"))))
+                "1q840298jzdqlhc9lw49q32xzdhnbzcgvv69qq5slkc704s5w6vw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-- 
2.30.0






reply via email to

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