guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 346d3556bf398b8dbb8a603e5378f0d976f303f5
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Thu Jan 29 10:43:55 2026 +0100

    gnu: p2pool: Update to 4.13.
    
    * gnu/packages/finance.scm (p2pool): Update to 4.13.
    
    Change-Id: Id1aba8d6831efd456027b7f1daa0a948c4494af8
---
 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 8793ea6c11..8dead90c56 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2493,7 +2493,7 @@ mining.")
 (define-public p2pool
   (package
     (name "p2pool")
-    (version "4.12")
+    (version "4.13")
     (source
      (origin
        (method git-fetch)
@@ -2502,7 +2502,7 @@ mining.")
              (commit (string-append "v" version))
              (recursive? #t)))
        (file-name (git-file-name name version))
-       (sha256 (base32 "0s2bx8yjyd4qspidrly4082b6h4sbkn26dy1cpbsj7cvv3m3gdv2"))
+       (sha256 (base32 "1flpr0kzyl72hm5vjs9jixiv8fdhvwchlz3p2banb8naxlpads0x"))
        (modules '((guix build utils)))
        (snippet
         #~(for-each delete-file-recursively

Reply via email to