guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xmrig: Update to 6.20.0.


From: guix-commits
Subject: 01/03: gnu: xmrig: Update to 6.20.0.
Date: Tue, 4 Jul 2023 05:13:15 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 09d31e3b09a4851cd8f1bb9b111e4f47e6caf555
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Sun Jul 2 14:59:04 2023 +0400

    gnu: xmrig: Update to 6.20.0.
    
    * gnu/packages/finance.scm (xmrig): Update to 6.20.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 2da4ad4460..baed97aad2 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2180,7 +2180,7 @@ and manipulation.")
 (define-public xmrig
   (package
     (name "xmrig")
-    (version "6.19.2")
+    (version "6.20.0")
     (source
      (origin
        (method git-fetch)
@@ -2188,7 +2188,7 @@ and manipulation.")
              (url "https://github.com/xmrig/xmrig";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
-       (sha256 (base32 "1hgcfq79d5060iryr34bpwf1dvgqmbmn9mm4ccfvp896r10j482h"))
+       (sha256 (base32 "02clipcixn0g4sm3b5r1cxx56ddhjkm8sqnq40jy1zm66ad5zhkj"))
        (modules '((guix build utils)))
        (snippet
         ;; TODO: Try to use system libraries instead of bundled ones in



reply via email to

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