diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-15 20:29:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-16 11:11:40 +0100 |
commit | 9a0a4a95f02f0ad2e3589af398421445f7e8a949 (patch) | |
tree | 03d78da0bdca1445c5d2d40c683d5eea072e27df /gnu/packages/gnustep.scm | |
parent | 93710d861f5987b7e87221d39e568afd86357c80 (diff) | |
download | guix-9a0a4a95f02f0ad2e3589af398421445f7e8a949.tar guix-9a0a4a95f02f0ad2e3589af398421445f7e8a949.tar.gz |
gnu: wmcpuload: Update to 1.1.1.
* gnu/packages/gnustep.scm (wmcpuload): Update to 1.1.1.
Diffstat (limited to 'gnu/packages/gnustep.scm')
-rw-r--r-- | gnu/packages/gnustep.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index e1aa6d007a..dd49386764 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -219,7 +219,7 @@ other compatible window managers.") (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 @@ other compatible window managers.") name "_" version ".orig.tar.gz")) (sha256 (base32 - "0irlns4cvxy2mnicx75bya166hdxq7h8bphds3ligijcl9fzgs6n")))) + "1334y0axnxydwv05d172f405iljrfakg4kcyg9kmn46v6ywv424g")))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) |