1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: radeontop: Update to 1.2.

* gnu/packages/linux.scm (radeontop): Update to 1.2.
This commit is contained in:
Tobias Geerinckx-Rice
2019-06-09 03:43:25 +02:00
parent 940511257c
commit 88e1bce53e

View File

@@ -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