guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: xfce4-systemload-plugin: Update to 1.2.4.


From: guix-commits
Subject: 04/08: gnu: xfce4-systemload-plugin: Update to 1.2.4.
Date: Tue, 5 Jan 2021 18:44:24 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 47172ca832fd0c87ca349ad6112df7c292d333a8
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 18:46:24 2020 +0100

    gnu: xfce4-systemload-plugin: Update to 1.2.4.
    
    * gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.2.4.
    
    Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
---
 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 f3686b2..8ec2bbc 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1948,7 +1948,7 @@ freedesktop.org specification.")
 (define-public xfce4-systemload-plugin
   (package
    (name "xfce4-systemload-plugin")
-   (version "1.2.3")
+   (version "1.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1957,7 +1957,7 @@ freedesktop.org specification.")
                                   "/xfce4-systemload-plugin-" version 
".tar.bz2"))
               (sha256
                (base32
-                "0x87a8h5l3ashz1ksfaxcpn9a392jzlsbx5n5pga8g90fp2hf905"))))
+                "0dcqg13phlcri4i4g9752m4zfkcmidiqpjv4s3l3pfiwjbgvhc85"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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