guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xmrig: Update to 6.21.2.


From: guix-commits
Subject: branch master updated: gnu: xmrig: Update to 6.21.2.
Date: Mon, 08 Apr 2024 09:35:59 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 21fad13fff gnu: xmrig: Update to 6.21.2.
21fad13fff is described below

commit 21fad13fffa3b90fdd004c6c5514ae5dfec17492
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Mon Apr 8 15:23:55 2024 +0400

    gnu: xmrig: Update to 6.21.2.
    
    * gnu/packages/finance.scm (xmrig): Update to 6.21.2.
    
    Change-Id: I6d4ae6a365979735421a24f0de7225e9268e99ee
    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 ced5835d8e..ee8e9df527 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2322,7 +2322,7 @@ and manipulation.")
 (define-public xmrig
   (package
     (name "xmrig")
-    (version "6.21.0")
+    (version "6.21.2")
     (source
      (origin
        (method git-fetch)
@@ -2330,7 +2330,7 @@ and manipulation.")
              (url "https://github.com/xmrig/xmrig";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
-       (sha256 (base32 "1nmzgwd2r7ra7g4p0s5b77bgh099hf1kisbv4d946c9yiwbdzqgc"))
+       (sha256 (base32 "0rxnrn92v2w9f0zyv4zchilnrc3wa8nw4d4b4isaxx411zxgds6i"))
        (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]