diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-11-30 13:54:17 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-11-30 13:54:17 +0100 |
commit | 26e1f39888eaf2723353f20950d936d102c6bd6a (patch) | |
tree | 7c04c0ea3a6128789875e50a14f45d530c54bfda /gnu | |
parent | ac7e2f21b08f65522a83f2821d1250145247c626 (diff) | |
download | guix-26e1f39888eaf2723353f20950d936d102c6bd6a.tar.gz guix-26e1f39888eaf2723353f20950d936d102c6bd6a.zip |
gnu: p2pool: Update to 2.6.
* gnu/packages/finance.scm (p2pool): Update to 2.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index feb533eca7..eb70503f57 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2177,7 +2177,7 @@ mining.") (define-public p2pool (package (name "p2pool") - (version "2.5") + (version "2.6") (source (origin (method git-fetch) @@ -2186,7 +2186,7 @@ mining.") (commit (string-append "v" version)) (recursive? #t))) (file-name (git-file-name name version)) - (sha256 (base32 "1kdsxh6f24zp7h7bwkrin2mc81ysfny5wprzgy41h2bc6dpq067w")) + (sha256 (base32 "0832mv3f4c61w8s25higjbmmajjkvjdriw1xfygjiw5qxdcs202z")) (modules '((guix build utils))) (snippet #~(for-each delete-file-recursively |