guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: p2pool: Update to 2.5.


From: guix-commits
Subject: 01/09: gnu: p2pool: Update to 2.5.
Date: Fri, 25 Nov 2022 04:32:38 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 77fe40060da0f6dd2db0e3dabe5c24ed616d84af
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Nov 25 09:51:46 2022 +0100

    gnu: p2pool: Update to 2.5.
    
    * gnu/packages/finance.scm (p2pool): Update to 2.5.
---
 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 c8f3ee9d1d..d068ef0b5f 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2190,7 +2190,7 @@ mining.")
 (define-public p2pool
   (package
     (name "p2pool")
-    (version "2.2.1")
+    (version "2.5")
     (source
      (origin
        (method git-fetch)
@@ -2199,7 +2199,7 @@ mining.")
              (commit (string-append "v" version))
              (recursive? #t)))
        (file-name (git-file-name name version))
-       (sha256 (base32 "19pn7axj96yvza2x7678rs79c2vgmhl8d7f9ki72v2n6l2630fw8"))
+       (sha256 (base32 "1kdsxh6f24zp7h7bwkrin2mc81ysfny5wprzgy41h2bc6dpq067w"))
        (modules '((guix build utils)))
        (snippet
         #~(for-each delete-file-recursively



reply via email to

[Prev in Thread] Current Thread [Next in Thread]