diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-08-24 18:05:42 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-08-25 09:41:21 +0200 |
commit | d475e20fb6690d35ab74aeb45812860e11fef80b (patch) | |
tree | 8d6272fe835646c2bf4e69dc573eab03d63d332d | |
parent | f53e22760ccea6b193410ce50bfcd15c113ae3f4 (diff) | |
download | guix-d475e20fb6690d35ab74aeb45812860e11fef80b.tar guix-d475e20fb6690d35ab74aeb45812860e11fef80b.tar.gz |
gnu: p2pool: Update to 4.1.
* gnu/packages/finance.scm (p2pool): Update to 4.1.
Change-Id: I86f19c4d1da1311322ba937205376971fccd39b4
-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 6f755bff1c..67e749a873 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2372,7 +2372,7 @@ mining.") (define-public p2pool (package (name "p2pool") - (version "4.0") + (version "4.1") (source (origin (method git-fetch) @@ -2381,7 +2381,7 @@ mining.") (commit (string-append "v" version)) (recursive? #t))) (file-name (git-file-name name version)) - (sha256 (base32 "0x6s7fm5gn0q2274b2nja8hj84cvmxp4rr9x4xw050sxj74880jh")) + (sha256 (base32 "1ijj3ci0kx87yjv29c6p9wqj15aij7r87sdbjwhzcmbdf46krj3q")) (modules '((guix build utils))) (snippet #~(for-each delete-file-recursively |