me
/
guix
Archived
1
0
Fork 0

gnu: p2pool: Update to 3.5.

* gnu/packages/finance.scm (p2pool): Update to 3.5.
Guillaume Le Vaillant 2023-07-04 10:07:58 +02:00
parent 09d31e3b09
commit 9a3cd4a969
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -2237,7 +2237,7 @@ mining.")
(define-public p2pool (define-public p2pool
(package (package
(name "p2pool") (name "p2pool")
(version "3.4") (version "3.5")
(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 "190dyyscmb71jnz0yb4l2ahsmz9wp7mcnn81yajv01bajgwnbl16")) (sha256 (base32 "1brv3lksajnmpf7g01jbx76nax6vlx8231sxb0s33yf76yc481xb"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
#~(for-each delete-file-recursively #~(for-each delete-file-recursively