[PATCH] gnu: radeontop: Update to 1.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Marius Bakke
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 7 years ago
(name . guix-patches)(address . guix-patches@gnu.org)
aebc8962-0cc7-72f7-7029-bc2e346ef9a4@web.de
Hi Guix,

find updated radeontop attached. I tested it with my AMD Radeon RX480 (Polaris10) and it worked...

Best Regards
Jonathan
From 306d9d55a38433759ca492e6d6d7a90933187e57 Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jbrielmaier@suse.de>
Date: Mon, 26 Mar 2018 16:46:15 +0200
Subject: [PATCH] gnu: radeontop: Update to 1.1.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 69fe81b7b..fae231674 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
--
2.16.2
Marius Bakke wrote 7 years ago
87woxwm2su.fsf@fastmail.com
Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:

Toggle quote (4 lines)
> Hi Guix,
>
> find updated radeontop attached. I tested it with my AMD Radeon RX480 (Polaris10) and it worked...

Thanks! Apparently this package was already updated yesterday[0], so
I'm closing the bug report. Sorry for the duplicate work!

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlq76VEACgkQoqBt8qM6
VPp2fwf+NkNaQdugQGjgaCVQy+3+WSZpX4nzTsQAuMHocWA8l274/AAqj4g5hkaD
H+koxqr2hMqsWFneQtfm4bO8iGYXeT8Tm6I4N56kgzYVH1v7EI9GljAYo/gM5FZF
W2uBZH7EQb77o5uOxxVUqb2egj3c66C7Az8fOGmFG7FE6X9oWEGNAuHRs0eitoj+
mFaHxNAextaXgx1rcTBsSgQjXr3BlH+1PaQC2TOA3rags9dEjxFmSWuo94ak5jeT
+nMVgcG6rEuqInyL2l8JbPmm/DsdHYR8IpszWym9dXyWZNq5EfNhmc+rUwPHQKci
VObBbgwWl5ETQbNGeICNFDImqtAUIA==
=4e1B
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 30973@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 30973
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help