GNU bug report logs -
#72447
[PATCH] gnu: xmrig: Update to 6.21.3.
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Sat, 3 Aug 2024 18:07:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/finance.scm (xmrig): Update to 6.21.3.
Change-Id: I38b9ea4e69469cfda6b426b008d169891c7ff537
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 7f230f2806..446df6c5ac 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2321,7 +2321,7 @@ (define-public python-mt-940
(define-public xmrig
(package
(name "xmrig")
- (version "6.21.2")
+ (version "6.21.3")
(source
(origin
(method git-fetch)
@@ -2329,7 +2329,7 @@ (define-public xmrig
(url "https://github.com/xmrig/xmrig")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "0rxnrn92v2w9f0zyv4zchilnrc3wa8nw4d4b4isaxx411zxgds6i"))
+ (sha256 (base32 "0nykvw45s9c5rpf01mmvam4na7ka5jryyrxnbml89raqkp22nlnn"))
(modules '((guix build utils)))
(snippet
;; TODO: Try to use system libraries instead of bundled ones in
base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
--
2.45.2
This bug report was last modified 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.