[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

Debbugs page

Michael Rohleder wrote 5 years ago
(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-----

Mathieu Othacehe wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42646-done@debbugs.gnu.org)
87lfiwurzb.fsf@gnu.org
Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42646@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42646
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help