Archived
1
0
Fork 0

gnu: p2pool: Update to 3.7.

* gnu/packages/finance.scm (p2pool): Update to 3.7.
This commit is contained in:
Guillaume Le Vaillant 2023-10-11 10:42:22 +02:00
parent 7e4f323634
commit 0024ef320e
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2299,7 +2299,7 @@ mining.")
(define-public p2pool (define-public p2pool
(package (package
(name "p2pool") (name "p2pool")
(version "3.6.2") (version "3.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2308,7 +2308,7 @@ mining.")
(commit (string-append "v" version)) (commit (string-append "v" version))
(recursive? #t))) (recursive? #t)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 "0lki6yrzmmpd5hj55m6s71y1cr81lbk1f3h9h70gmm4p4qjrv5f2")) (sha256 (base32 "1sghdk8yq8si0bq0z83fji48q8yrq0ymvsxbbh5mscw6223syrjq"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
#~(for-each delete-file-recursively #~(for-each delete-file-recursively