[PATCH] gnu: xmrig: Update to 6.19.3.

  • 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 2 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
0f66bc0d0b06b57249839db246b34d7fd00a6ed2.1688295538.git.a.r.draidi@redscript.org
* gnu/packages/finance.scm (xmrig): Update to 6.19.3.
---
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 2da4ad4460..5bf2fddc54 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2180,7 +2180,7 @@ (define-public python-mt-940
(define-public xmrig
(package
(name "xmrig")
- (version "6.19.2")
+ (version "6.19.3")
(source
(origin
(method git-fetch)
@@ -2188,7 +2188,7 @@ (define-public xmrig
(url "https://github.com/xmrig/xmrig")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "1hgcfq79d5060iryr34bpwf1dvgqmbmn9mm4ccfvp896r10j482h"))
+ (sha256 (base32 "10aami5fbjbwq37bwgsksj7g3pjn3dp8s77hd8j299zcvv22dwcs"))
(modules '((guix build utils)))
(snippet
;; TODO: Try to use system libraries instead of bundled ones in

base-commit: a919a16898e7219fdd26bdfe33a9959e7156d59d
--
2.40.1
Guillaume Le Vaillant wrote 2 years ago
(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)(address . 64416-done@debbugs.gnu.org)
87y1jw3uni.fsf@kitej
Patch applied as 09d31e3b09a4851cd8f1bb9b111e4f47e6caf555 with the
version updated to the latest release.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZKPjEQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+HGAEAnGbJInOMbZxchXWNIv8gPVpjVSyqmXYqqPdO
/wowBPUA/R8LlssC7FZRGwXYFEisjTukmIpGBA52cxpswPY7dmdT
=JrEh
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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