[PATCH] gnu: xmrig: Update to 6.21.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 1 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
9a039026dba884eb12ce57be975889be42a53b7a.1708692924.git.a.r.draidi@redscript.org
* gnu/packages/finance.scm (xmrig): Update to 6.21.0.

Change-Id: I7e873cce85d8e333ecd7a767f9060d858ac94125
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index eadaa46102..3394a08924 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2243,7 +2243,7 @@ (define-public python-mt-940
(define-public xmrig
(package
(name "xmrig")
- (version "6.20.0")
+ (version "6.21.0")
(source
(origin
(method git-fetch)
@@ -2251,7 +2251,7 @@ (define-public xmrig
(url "https://github.com/xmrig/xmrig")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "02clipcixn0g4sm3b5r1cxx56ddhjkm8sqnq40jy1zm66ad5zhkj"))
+ (sha256 (base32 "1nmzgwd2r7ra7g4p0s5b77bgh099hf1kisbv4d946c9yiwbdzqgc"))
(modules '((guix build utils)))
(snippet
;; TODO: Try to use system libraries instead of bundled ones in

base-commit: aefc7428203203ae88c64cc4769113453c01a185
--
2.41.0
Guillaume Le Vaillant wrote 1 years ago
(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)(address . 69325-done@debbugs.gnu.org)
877ciukvp8.fsf@kitej
Patch applied as 1abc3b97a1f4ba630c2bc4655fd53b7fe46bf03a.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZdnDgw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/ZLgD/TXHG+0DQS71rQhXdleuMd5WRTWwajaGwcdqY
A66nS3UA/14kG/W3YLkFKOszKWEhf+JgT/5APXlQMQ5KnlYJ0dRA
=cGrZ
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69325
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