guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: xmrig: Update to 6.21.0.


From: guix-commits
Subject: 01/04: gnu: xmrig: Update to 6.21.0.
Date: Sat, 24 Feb 2024 05:21:48 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 1abc3b97a1f4ba630c2bc4655fd53b7fe46bf03a
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Feb 23 16:55:24 2024 +0400

    gnu: xmrig: Update to 6.21.0.
    
    * gnu/packages/finance.scm (xmrig): Update to 6.21.0.
    
    Change-Id: I7e873cce85d8e333ecd7a767f9060d858ac94125
    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 eadaa46102..3394a08924 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2243,7 +2243,7 @@ and manipulation.")
 (define-public xmrig
   (package
     (name "xmrig")
-    (version "6.20.0")
+    (version "6.21.0")
     (source
      (origin
        (method git-fetch)
@@ -2251,7 +2251,7 @@ and manipulation.")
              (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



reply via email to

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