guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: xfce4-netload-plugin: Update to 1.4.0.


From: guix-commits
Subject: 05/05: gnu: xfce4-netload-plugin: Update to 1.4.0.
Date: Thu, 25 Mar 2021 06:58:35 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3f1b2bd322b6cdba99a43d08e5e8464f7424cbc5
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Mar 25 01:52:49 2021 +0100

    gnu: xfce4-netload-plugin: Update to 1.4.0.
    
    * gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.4.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 c8f0a0b..e0ace02 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1761,7 +1761,7 @@ mounted or when unmounting fails.")
 (define-public xfce4-netload-plugin
   (package
    (name "xfce4-netload-plugin")
-   (version "1.3.2")
+   (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1770,7 +1770,7 @@ mounted or when unmounting fails.")
                                   "/xfce4-netload-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "0p91875n6s8n88l7wb4w9prqly3wvkyilnr7zq0ppq71rwjh9r12"))))
+                "036pvhfv1iynvj75va0xl8hpvnfckabyqm9jv56pb40p2072cxkc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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