diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-09 03:43:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-09 16:18:20 +0200 |
commit | 88e1bce53e511c1c8ac260da30d28d5e6bdad692 (patch) | |
tree | fbc51c47f95fad25709f48a7ac45d08e57d165a5 /gnu/packages | |
parent | 940511257c83538f8cd7631292d173c8ce927152 (diff) |
gnu: radeontop: Update to 1.2.
* gnu/packages/linux.scm (radeontop): Update to 1.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cf3b838ea8..08bbb95ef3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4405,7 +4405,7 @@ developers.") (define-public radeontop (package (name "radeontop") - (version "1.1") + (version "1.2") (home-page "https://github.com/clbr/radeontop/") (source (origin (method url-fetch) @@ -4413,7 +4413,7 @@ developers.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1fv06j5c99imvzkac3j40lgjhr5b2i77fnyffhlvj92bli1fm1c6")))) + "0jc3qs8m5hhbhxra4yslcq3vi179hvcwvdal80gsrgz6cj78zvfw")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases |