[PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 1 Aug 2020 10:15
(address . guix-patches@gnu.org)
87v9i27pf7.fsf@rohleder.de
From 3be5df2469c7cf2de124a8247cfdb5e326c2c575 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sat, 1 Aug 2020 10:11:47 +0200
Subject: [PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.4.0.

* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.4.0.
[arguments] enable "tests".
---
gnu/packages/xfce.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 997fa37317..13b33ea6fb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1813,7 +1813,7 @@ freedesktop.org specification.")
(define-public xfce4-stopwatch-plugin
(package
(name "xfce4-stopwatch-plugin")
- (version "0.3.1")
+ (version "0.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1822,11 +1822,8 @@ freedesktop.org specification.")
"/xfce4-stopwatch-plugin-" version ".tar.bz2"))
(sha256
(base32
- "07dadvgivly44w7qj74i2w60nk01h8567paxrli8vzmhb3p6xi2h"))))
+ "0jfr0ykn97hfngh0hd2wrs9rxswzxaxjv93g6csdp8hnij649nm3"))))
(build-system gnu-build-system)
- (arguments
- ;; test fails in po/ directory
- `(#:tests? #f))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
--
2.28.0
--
write once - debug everywhere
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8lJI0ACgkQfHr/vv7y
yyVKRAgAuklI617t91RBQB0JAj4Q1CQdwQrNTcGMjpASYLd2jRJQkN1MUE1iXcaG
UDosKYP6QnLG3+yurheOYb1eLI37V8ptXqAJECWW/vVNkOHIoSPSwYFAMKoZjtWM
uP9V4FcQWMZYPZhpdESFCumuwjWZoacD82PJ7LELYUZfikbd5osrko0qop2zzVVP
ecVKmOTa6pbCs1h9AFRwOXV+qn+6tMqViEjoJxHXbId8uT7lrBFFyUw+apxmGHM5
z2wTinH9Fvjj79D54+P6bC/vTdehvOeF1gTqferlG2z5L3aR174jjJkpdozua6Ep
UEvHY+P78wQezQ3eUH1UOvTvymG94Q==
=kxJD
-----END PGP SIGNATURE-----

M
M
Mathieu Othacehe wrote on 3 Aug 2020 09:08
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42646-done@debbugs.gnu.org)
87lfiwurzb.fsf@gnu.org
Pushed, thanks!

Mathieu
Closed
?