[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: xmrig: Update to 6.19.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: xmrig: Update to 6.19.2. |
Date: |
Sun, 21 May 2023 04:30:42 -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 7b3f571fc8 gnu: xmrig: Update to 6.19.2.
7b3f571fc8 is described below
commit 7b3f571fc8e3fbb3fefc30ebe53ad074c30653a8
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Sun May 21 09:53:42 2023 +0200
gnu: xmrig: Update to 6.19.2.
* gnu/packages/finance.scm (xmrig): Update to 6.19.2.
[description]: Fix typos.
---
gnu/packages/finance.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 559b22257b..0cdc5ba6a8 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2265,7 +2265,7 @@ and manipulation.")
(define-public xmrig
(package
(name "xmrig")
- (version "6.19.0")
+ (version "6.19.2")
(source
(origin
(method git-fetch)
@@ -2273,7 +2273,7 @@ and manipulation.")
(url "https://github.com/xmrig/xmrig")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "10vaq6ld4sddnpmv9dg71fjvw1jrfaddrp3bq6p3dxhsl153khm4"))
+ (sha256 (base32 "1hgcfq79d5060iryr34bpwf1dvgqmbmn9mm4ccfvp896r10j482h"))
(modules '((guix build utils)))
(snippet
;; TODO: Try to use system libraries instead of bundled ones in
@@ -2307,16 +2307,15 @@ and manipulation.")
(home-page "https://xmrig.com/")
(synopsis "Monero miner")
(description
- "XMRig is a high performance, cross platform RandomX, KawPow,
-CryptoNight, AstroBWT and GhostRider unified CPU/GPU miner and RandomX
-benchmark.
+ "XMRig is a high-performance, cross-platform RandomX, KawPow,
+CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark.
Warning: upstream, by default, receives a percentage of the mining time. This
-anti-functionality has been neutralised in Guix, but possibly not in all other
+anti-functionality has been neutralized in Guix, but possibly not in all other
distributions.
-Warning: this software, because of it's nature, has high energy consumption.
-Also, the energy expenses might be higher that the cryptocurrency gained by
+Warning: this software, because of its nature, has high energy consumption.
+Also, the energy expenses might be higher than the cryptocurrency gained by
mining.")
(license license:gpl3+)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: xmrig: Update to 6.19.2.,
guix-commits <=