summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-27 02:23:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-27 03:26:47 +0200
commit36f3e1df5fd28f28a93eb91ef29e1fcb43b90492 (patch)
treebf5fe2cde3c78bccfb578a74dfbfebbaa82c6238 /gnu
parentd6fb32b8a0230dab30f606ef8b1b5c054917f1f8 (diff)
downloadguix-patches-36f3e1df5fd28f28a93eb91ef29e1fcb43b90492.tar
guix-patches-36f3e1df5fd28f28a93eb91ef29e1fcb43b90492.tar.gz
gnu: radeontop: Update to 1.1.
* gnu/packages/linux.scm (radeontop): Update to 1.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 69fe81b7b4..fae2316746 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3768,7 +3768,7 @@ developers.")
(define-public radeontop
(package
(name "radeontop")
- (version "1.0")
+ (version "1.1")
(home-page "https://github.com/clbr/radeontop/")
(source (origin
(method url-fetch)
@@ -3776,7 +3776,7 @@ developers.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1z38nibirqxrbsfyhfcrnzlcw16cqjp4ds6qnjfxalwayf9fm5x9"))))
+ "1fv06j5c99imvzkac3j40lgjhr5b2i77fnyffhlvj92bli1fm1c6"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases