GNU bug report logs - #63090
[PATCH 00/12] xfce updates

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Wed, 26 Apr 2023 14:07:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 63090 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 63090 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 03/12] gnu: xfce4-battery-plugin: Update to 1.1.5.
Date: Wed, 26 Apr 2023 22:07:50 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.5.
---
 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 3fdc71c023..4bfbcb2aa8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -445,7 +445,7 @@ (define-public xfce4-panel
 (define-public xfce4-battery-plugin
   (package
     (name "xfce4-battery-plugin")
-    (version "1.1.4")
+    (version "1.1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -453,7 +453,7 @@ (define-public xfce4-battery-plugin
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "08n2cig9r2lccwvmk6v9vjiz0xqcp6x30m5b3q702v0m6ylg4z8h"))))
+                "04z2bic6c2cgl6wy4qrhfdigb6c2hsxnqraa20k1xvi0nfzk68km"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config intltool))
     (inputs (list glib gtk+ libxfce4util libxfce4ui xfce4-panel))
-- 
2.39.2





This bug report was last modified 2 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.