gnu: radeontop: Update to 1.2.
* gnu/packages/linux.scm (radeontop): Update to 1.2.
This commit is contained in:
parent
940511257c
commit
88e1bce53e
1 changed files with 2 additions and 2 deletions
|
@ -4405,7 +4405,7 @@ developers.")
|
||||||
(define-public radeontop
|
(define-public radeontop
|
||||||
(package
|
(package
|
||||||
(name "radeontop")
|
(name "radeontop")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(home-page "https://github.com/clbr/radeontop/")
|
(home-page "https://github.com/clbr/radeontop/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4413,7 +4413,7 @@ developers.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fv06j5c99imvzkac3j40lgjhr5b2i77fnyffhlvj92bli1fm1c6"))))
|
"0jc3qs8m5hhbhxra4yslcq3vi179hvcwvdal80gsrgz6cj78zvfw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue