gnu: p2pool: Update to 3.4.

* gnu/packages/finance.scm (p2pool): Update to 3.4.
  [arguments]: Update 'check' phase.
This commit is contained in:
Guillaume Le Vaillant 2023-06-06 11:26:41 +02:00
parent e8c207589d
commit 73fa288989
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2256,7 +2256,7 @@ (define-public xmrig
(define-public p2pool
(package
(name "p2pool")
(version "3.2")
(version "3.4")
(source
(origin
(method git-fetch)
@ -2265,7 +2265,7 @@ (define-public p2pool
(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 @@ (define-public p2pool
(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