gnu: p2pool: Update to 3.6.2.

* gnu/packages/finance.scm (p2pool): Update to 3.6.2.
This commit is contained in:
Guillaume Le Vaillant 2023-09-04 14:22:50 +02:00
parent 8d70ff3a49
commit 710d905052
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -2237,7 +2237,7 @@ mining.")
(define-public p2pool (define-public p2pool
(package (package
(name "p2pool") (name "p2pool")
(version "3.5") (version "3.6.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2246,7 +2246,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 "1brv3lksajnmpf7g01jbx76nax6vlx8231sxb0s33yf76yc481xb")) (sha256 (base32 "0lki6yrzmmpd5hj55m6s71y1cr81lbk1f3h9h70gmm4p4qjrv5f2"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
#~(for-each delete-file-recursively #~(for-each delete-file-recursively