mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xfce4-netload-plugin: Update to 1.5.0.
* gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.5.0. Change-Id: I9289982c1f9f354a6570dcc6d586becd6f89f39b
This commit is contained in:
parent
6dbf2a2b0d
commit
edf2d56dc7
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue