[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: p2pool: Update to 3.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: p2pool: Update to 3.4. |
Date: |
Sun, 11 Jun 2023 05:27:11 -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 73fa288989 gnu: p2pool: Update to 3.4.
73fa288989 is described below
commit 73fa2889895f35bcf0c41f1174413381fdd7ec2c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Jun 6 11:26:41 2023 +0200
gnu: p2pool: Update to 3.4.
* gnu/packages/finance.scm (p2pool): Update to 3.4.
[arguments]: Update 'check' phase.
---
gnu/packages/finance.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 357b5a3e71..2a4929ccd0 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2256,7 +2256,7 @@ mining.")
(define-public p2pool
(package
(name "p2pool")
- (version "3.2")
+ (version "3.4")
(source
(origin
(method git-fetch)
@@ -2265,7 +2265,7 @@ mining.")
(commit (string-append "v" version))
(recursive? #t)))
(file-name (git-file-name name version))
- (sha256 (base32 "0jwddazvp9rv88dd2b67rn2y23grycnl539abl5ax6b8a89wm7i8"))
+ (sha256 (base32 "190dyyscmb71jnz0yb4l2ahsmz9wp7mcnn81yajv01bajgwnbl16"))
(modules '((guix build utils)))
(snippet
#~(for-each delete-file-recursively
@@ -2290,6 +2290,8 @@ mining.")
(chdir "tests")
(invoke "cmake" "../../source/tests")
(invoke "make" "-j" (number->string (parallel-job-count)))
+ (invoke "gzip" "-d" "sidechain_dump.dat.gz")
+ (invoke "gzip" "-d" "sidechain_dump_mini.dat.gz")
(invoke "./p2pool_tests")
(chdir ".."))))
(replace 'install
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: p2pool: Update to 3.4.,
guix-commits <=