guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: radeontop: Update to 1.3.


From: guix-commits
Subject: 04/08: gnu: radeontop: Update to 1.3.
Date: Fri, 18 Dec 2020 16:54:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit af2fd7f3320847b2da2c76d0c3c93e9a8f1f8299
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 18 22:36:13 2020 +0100

    gnu: radeontop: Update to 1.3.
    
    * gnu/packages/linux.scm (radeontop): Update to 1.3.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f34f749..fb03f79 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5877,7 +5877,7 @@ developers.")
 (define-public radeontop
   (package
     (name "radeontop")
-    (version "1.2")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -5886,7 +5886,7 @@ developers.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b1m30r2nfwqkajqw6m01xmfhlq83z1qylyijxg7962mp9x2k0gw"))))
+        (base32 "0ay6vl9zsz9b2scy0fnsy482pzizj52i27syxwny4z4i9wrk2wmn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]