gnu: radeontop: Update to 1.1.

* gnu/packages/linux.scm (radeontop): Update to 1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-27 02:23:01 +02:00
parent d6fb32b8a0
commit 36f3e1df5f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3768,7 +3768,7 @@ (define-public libseccomp
(define-public radeontop (define-public radeontop
(package (package
(name "radeontop") (name "radeontop")
(version "1.0") (version "1.1")
(home-page "https://github.com/clbr/radeontop/") (home-page "https://github.com/clbr/radeontop/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -3776,7 +3776,7 @@ (define-public radeontop
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1z38nibirqxrbsfyhfcrnzlcw16cqjp4ds6qnjfxalwayf9fm5x9")))) "1fv06j5c99imvzkac3j40lgjhr5b2i77fnyffhlvj92bli1fm1c6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases