mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: radeontop: Update to 1.1.
* gnu/packages/linux.scm (radeontop): Update to 1.1.
This commit is contained in:
parent
d6fb32b8a0
commit
36f3e1df5f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue