mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: p2pool: Update to 4.10.1.
* gnu/packages/finance.scm (p2pool): Update to 4.10.1. Change-Id: Iafab0f3e245bf98782dfd1883650a2edf358e127
This commit is contained in:
parent
6174b135ff
commit
735f2c63d4
1 changed files with 2 additions and 2 deletions
|
@ -2515,7 +2515,7 @@ mining.")
|
|||
(define-public p2pool
|
||||
(package
|
||||
(name "p2pool")
|
||||
(version "4.9.1")
|
||||
(version "4.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2524,7 +2524,7 @@ mining.")
|
|||
(commit (string-append "v" version))
|
||||
(recursive? #t)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "0zdsp6pb4rlbdqanx94rw1rii5jih1szf4rl3nf8fldvjkwkydlf"))
|
||||
(sha256 (base32 "0xbynjw70ydsia2jzw08bq8yrbxi3byvfg7cr49fp288ia1325d3"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(for-each delete-file-recursively
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue