guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 05ed7afe232f8df24ded182ce161bdbb301a1268
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Wed Nov 19 13:28:42 2025 +0100

    gnu: p2pool: Update to 4.12.
    
    * gnu/packages/finance.scm (p2pool): Update to 4.12.
    
    Change-Id: Id70e52281955141b4ca8675a752a081006735266
---
 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 4dc5eeddcc..3cb428356f 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2586,7 +2586,7 @@ mining.")
 (define-public p2pool
   (package
     (name "p2pool")
-    (version "4.11")
+    (version "4.12")
     (source
      (origin
        (method git-fetch)
@@ -2595,7 +2595,7 @@ mining.")
              (commit (string-append "v" version))
              (recursive? #t)))
        (file-name (git-file-name name version))
-       (sha256 (base32 "1hkni6lxm4f58i5br4p7gpc5r51xx6npx77pz22ig1isqb0gp35a"))
+       (sha256 (base32 "0s2bx8yjyd4qspidrly4082b6h4sbkn26dy1cpbsj7cvv3m3gdv2"))
        (modules '((guix build utils)))
        (snippet
         #~(for-each delete-file-recursively

Reply via email to