mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: p2pool: Update to 4.6.
* gnu/packages/finance.scm (p2pool): Update to 4.6. [source]: Update snippet. Change-Id: I738798f6b69026aa613b6475ffb9bef695961dc3
This commit is contained in:
parent
d1965160f8
commit
409bbd8014
1 changed files with 3 additions and 4 deletions
|
@ -2383,7 +2383,7 @@ mining.")
|
||||||
(define-public p2pool
|
(define-public p2pool
|
||||||
(package
|
(package
|
||||||
(name "p2pool")
|
(name "p2pool")
|
||||||
(version "4.3")
|
(version "4.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2392,12 +2392,11 @@ 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 "1hfdhanbdfjxv2n355m6b9n0ihxgcdlgxgnsqz5f6q59957fcyiw"))
|
(sha256 (base32 "1qal9ilpyxds6nk2fgzfypk3y1qxh06f6lly3alawz385gf68fkv"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(for-each delete-file-recursively
|
#~(for-each delete-file-recursively
|
||||||
'("external/lib"
|
'("external/src/cppzmq"
|
||||||
"external/src/cppzmq"
|
|
||||||
"external/src/curl"
|
"external/src/curl"
|
||||||
"external/src/libuv"
|
"external/src/libuv"
|
||||||
"external/src/libzmq"
|
"external/src/libzmq"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue