diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-09-04 14:22:50 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-09-04 14:22:50 +0200 |
commit | 710d9050524213a83e4ce9efe9765d7fbc233839 (patch) | |
tree | 2b0c70b35051ef3e0ab2c4c63a7b3c3b683e545f | |
parent | 8d70ff3a49f7cdf0eab93b3a1c54ec2f016afc4a (diff) | |
download | guix-710d9050524213a83e4ce9efe9765d7fbc233839.tar.gz guix-710d9050524213a83e4ce9efe9765d7fbc233839.zip |
gnu: p2pool: Update to 3.6.2.
* gnu/packages/finance.scm (p2pool): Update to 3.6.2.
-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 384cb90e18..a1e2216ae0 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2237,7 +2237,7 @@ mining.") (define-public p2pool (package (name "p2pool") - (version "3.5") + (version "3.6.2") (source (origin (method git-fetch) @@ -2246,7 +2246,7 @@ mining.") (commit (string-append "v" version)) (recursive? #t))) (file-name (git-file-name name version)) - (sha256 (base32 "1brv3lksajnmpf7g01jbx76nax6vlx8231sxb0s33yf76yc481xb")) + (sha256 (base32 "0lki6yrzmmpd5hj55m6s71y1cr81lbk1f3h9h70gmm4p4qjrv5f2")) (modules '((guix build utils))) (snippet #~(for-each delete-file-recursively |