mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: wmcpuload: Update to 1.1.1.
* gnu/packages/gnustep.scm (wmcpuload): Update to 1.1.1.
This commit is contained in:
parent
93710d861f
commit
9a0a4a95f0
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ (define-public wmnd
|
|||
(define-public wmcpuload
|
||||
(package
|
||||
(name "wmcpuload")
|
||||
(version "1.0.1")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -227,7 +227,7 @@ (define-public wmcpuload
|
|||
name "_" version ".orig.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0irlns4cvxy2mnicx75bya166hdxq7h8bphds3ligijcl9fzgs6n"))))
|
||||
"1334y0axnxydwv05d172f405iljrfakg4kcyg9kmn46v6ywv424g"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
|
|
Loading…
Reference in a new issue