guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a6aa62253a6835fa55471b7b56001c92ecd50f72
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Thu Jan 29 10:46:48 2026 +0100

    gnu: xmrig: Update to 6.25.0.
    
    * gnu/packages/finance.scm (xmrig): Update to 6.25.0.
    
    Change-Id: I6f3dc9172cbb1fb529a30b5238b07c98c14f2ea7
---
 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 8dead90c56..683605b60f 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2436,7 +2436,7 @@ files.")
 (define-public xmrig
   (package
     (name "xmrig")
-    (version "6.24.0")
+    (version "6.25.0")
     (source
      (origin
        (method git-fetch)
@@ -2444,7 +2444,7 @@ files.")
              (url "https://github.com/xmrig/xmrig";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
-       (sha256 (base32 "10q91sh29hlb7yd4lkfjsrk16qgb2j1z19ac77c9y7ccfci97f01"))
+       (sha256 (base32 "0hchl2vwsn7aps6y1zjhxczm8l8lvl5ac8hblwl3qj0y2n7iszjz"))
        (modules '((guix build utils)))
        (snippet
         ;; TODO: Try to use system libraries instead of bundled ones in

Reply via email to