emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42646: closed ([PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.4.0.


From: GNU bug Tracking System
Subject: bug#42646: closed ([PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.4.0.)
Date: Mon, 03 Aug 2020 07:09:01 +0000

Your message dated Mon, 03 Aug 2020 09:08:08 +0200
with message-id <87lfiwurzb.fsf@gnu.org>
and subject line Re: [bug#42646] [PATCH] gnu: xfce4-stopwatch-plugin: Update to 
0.4.0.
has caused the debbugs.gnu.org bug report #42646,
regarding [PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.4.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42646: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42646
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.4.0. Date: Sat, 01 Aug 2020 10:15:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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(-)

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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#42646] [PATCH] gnu: xfce4-stopwatch-plugin: Update to 0.4.0. Date: Mon, 03 Aug 2020 09:08:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

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