guix_mirror_bot pushed a commit to branch master
in repository guix.

commit edf2d56dc73e5c5c7f924620dfbaf47c6d0c3a79
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:41 2025 +0800

    gnu: xfce4-netload-plugin: Update to 1.5.0.
    
    * gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.5.0.
    
    Change-Id: I9289982c1f9f354a6570dcc6d586becd6f89f39b
---
 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 3444f0501a..b4c58934db 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2062,7 +2062,7 @@ mounted or when unmounting fails.")
 (define-public xfce4-netload-plugin
   (package
     (name "xfce4-netload-plugin")
-    (version "1.4.2")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -2072,7 +2072,7 @@ mounted or when unmounting fails.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ck3mdwhj7pzrb1xhynyp4550x27bvlja9z50as30mi070vn92l3"))))
+        (base32 "0jm6cksjp5h8za8bsy4b6ky96zbq625pr6yblfg4z0w74cydz6c9"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to