This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 735f2c63d4 gnu: p2pool: Update to 4.10.1.
735f2c63d4 is described below

commit 735f2c63d490e48ec09d287d33a41eec18de38c5
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Fri Sep 12 15:27:13 2025 +0200

    gnu: p2pool: Update to 4.10.1.
    
    * gnu/packages/finance.scm (p2pool): Update to 4.10.1.
    
    Change-Id: Iafab0f3e245bf98782dfd1883650a2edf358e127
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 3e58354348..374f663098 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2515,7 +2515,7 @@ mining.")
 (define-public p2pool
   (package
     (name "p2pool")
-    (version "4.9.1")
+    (version "4.10.1")
     (source
      (origin
        (method git-fetch)
@@ -2524,7 +2524,7 @@ mining.")
              (commit (string-append "v" version))
              (recursive? #t)))
        (file-name (git-file-name name version))
-       (sha256 (base32 "0zdsp6pb4rlbdqanx94rw1rii5jih1szf4rl3nf8fldvjkwkydlf"))
+       (sha256 (base32 "0xbynjw70ydsia2jzw08bq8yrbxi3byvfg7cr49fp288ia1325d3"))
        (modules '((guix build utils)))
        (snippet
         #~(for-each delete-file-recursively

Reply via email to