me
/
guix
Archived
1
0
Fork 0

gnu: p2pool: Update to 2.5.

* gnu/packages/finance.scm (p2pool): Update to 2.5.
master
Guillaume Le Vaillant 2022-11-25 09:51:46 +01:00
parent d524ec6fb5
commit 77fe40060d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -2190,7 +2190,7 @@ mining.")
(define-public p2pool (define-public p2pool
(package (package
(name "p2pool") (name "p2pool")
(version "2.2.1") (version "2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2199,7 +2199,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 "19pn7axj96yvza2x7678rs79c2vgmhl8d7f9ki72v2n6l2630fw8")) (sha256 (base32 "1kdsxh6f24zp7h7bwkrin2mc81ysfny5wprzgy41h2bc6dpq067w"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
#~(for-each delete-file-recursively #~(for-each delete-file-recursively