[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: xfce4-stopwatch-plugin: Update to 0.5.0.
From: |
guix-commits |
Subject: |
09/09: gnu: xfce4-stopwatch-plugin: Update to 0.5.0. |
Date: |
Wed, 20 Jan 2021 04:20:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit f93d3d42b4dbc3d2a054c0145a7b6b369ee09973
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Jan 19 15:16:53 2021 +0100
gnu: xfce4-stopwatch-plugin: Update to 0.5.0.
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.5.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 c3fb4db..c8dd66b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1918,7 +1918,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/"
@@ -1927,7 +1927,7 @@ freedesktop.org specification.")
"/xfce4-stopwatch-plugin-" version
".tar.bz2"))
(sha256
(base32
- "0jfr0ykn97hfngh0hd2wrs9rxswzxaxjv93g6csdp8hnij649nm3"))))
+ "1q840298jzdqlhc9lw49q32xzdhnbzcgvv69qq5slkc704s5w6vw"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
- branch master updated (944aebb -> f93d3d4), guix-commits, 2021/01/20
- 04/09: gnu: libunwind: Update to 1.5.0., guix-commits, 2021/01/20
- 06/09: gnu: lzlib: Update to 1.12., guix-commits, 2021/01/20
- 07/09: gnu: synapse: Update to 1.25.0., guix-commits, 2021/01/20
- 02/09: gnu: cutter: Update to 1.12.0., guix-commits, 2021/01/20
- 01/09: gnu: radare2: Update to 5.0.0., guix-commits, 2021/01/20
- 03/09: gnu: libusb: Update to 1.0.24., guix-commits, 2021/01/20
- 05/09: gnu: libxls: Update to 1.6.2., guix-commits, 2021/01/20
- 08/09: gnu: quaternion: Update to 0.0.9.4f., guix-commits, 2021/01/20
- 09/09: gnu: xfce4-stopwatch-plugin: Update to 0.5.0.,
guix-commits <=