me
/
guix
Archived
1
0
Fork 0

gnu: p2pool: Update to 3.10.

* gnu/packages/finance.scm (p2pool): Update to 3.10.

Change-Id: Iebc332cdbd1204a43d5cb53b78994c11191429ca
master
Guillaume Le Vaillant 2024-01-06 15:30:57 +01:00
parent 9891dd8814
commit 157ad70182
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -2300,7 +2300,7 @@ mining.")
(define-public p2pool (define-public p2pool
(package (package
(name "p2pool") (name "p2pool")
(version "3.7") (version "3.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2309,7 +2309,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 "1sghdk8yq8si0bq0z83fji48q8yrq0ymvsxbbh5mscw6223syrjq")) (sha256 (base32 "0lp9slfwaq3wp4x6xpsiazam5lv6dz57m20adzlzzk0anb1ascr0"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
#~(for-each delete-file-recursively #~(for-each delete-file-recursively