This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 99aeda1265 gnu: p2pool: Update to 4.3.
99aeda1265 is described below
commit 99aeda126556987887e1dc8d338a42ad44bde514
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Thu Jan 23 17:51:33 2025 +0100
gnu: p2pool: Update to 4.3.
* gnu/packages/finance.scm (p2pool): Update to 4.3.
[inputs]: Remove gss.
Change-Id: I9a2bc683cd717fe627965e3c3b4d29cf889eef01
---
gnu/packages/finance.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 68dba4ed1a..f535638c07 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2371,7 +2371,7 @@ mining.")
(define-public p2pool
(package
(name "p2pool")
- (version "4.1.1")
+ (version "4.3")
(source
(origin
(method git-fetch)
@@ -2380,7 +2380,7 @@ mining.")
(commit (string-append "v" version))
(recursive? #t)))
(file-name (git-file-name name version))
- (sha256 (base32 "1vcgzip0w4mdnaj49s539nlnkc8mnxw4idzy2935nx83p1p0l6xg"))
+ (sha256 (base32 "1hfdhanbdfjxv2n355m6b9n0ihxgcdlgxgnsqz5f6q59957fcyiw"))
(modules '((guix build utils)))
(snippet
#~(for-each delete-file-recursively
@@ -2393,7 +2393,7 @@ mining.")
"external/src/robin-hood-hashing")))))
(build-system cmake-build-system)
(inputs
- (list cppzmq curl gss libuv rapidjson robin-hood-hashing zeromq))
+ (list cppzmq curl libuv rapidjson robin-hood-hashing zeromq))
(arguments
(list ; FIXME: Linking fails when LTO is activated.
#:configure-flags #~(list "-DWITH_LTO=OFF")