diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-18 22:36:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-18 22:39:22 +0100 |
commit | af2fd7f3320847b2da2c76d0c3c93e9a8f1f8299 (patch) | |
tree | e46c72da84bd08068ba59af0b9295c2b7f9075d3 /gnu | |
parent | faa736b87d3ae28f8f72b0ff897e5eff468c8115 (diff) | |
download | guix-af2fd7f3320847b2da2c76d0c3c93e9a8f1f8299.tar.gz |
gnu: radeontop: Update to 1.3.
* gnu/packages/linux.scm (radeontop): Update to 1.3.
Diffstat (limited to 'gnu')
-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 f34f7492c2..fb03f793fa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5877,7 +5877,7 @@ developers.") (define-public radeontop (package (name "radeontop") - (version "1.2") + (version "1.3") (source (origin (method git-fetch) @@ -5886,7 +5886,7 @@ developers.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1b1m30r2nfwqkajqw6m01xmfhlq83z1qylyijxg7962mp9x2k0gw")))) + (base32 "0ay6vl9zsz9b2scy0fnsy482pzizj52i27syxwny4z4i9wrk2wmn")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases |