guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: p2pool: Update to 3.5.


From: guix-commits
Subject: 02/03: gnu: p2pool: Update to 3.5.
Date: Tue, 4 Jul 2023 05:13:16 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 9a3cd4a969b168c6b6f19c62cfc5a055dfe51d3e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Jul 4 10:07:58 2023 +0200

    gnu: p2pool: Update to 3.5.
    
    * gnu/packages/finance.scm (p2pool): Update to 3.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 baed97aad2..99227cf86d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2237,7 +2237,7 @@ mining.")
 (define-public p2pool
   (package
     (name "p2pool")
-    (version "3.4")
+    (version "3.5")
     (source
      (origin
        (method git-fetch)
@@ -2246,7 +2246,7 @@ mining.")
              (commit (string-append "v" version))
              (recursive? #t)))
        (file-name (git-file-name name version))
-       (sha256 (base32 "190dyyscmb71jnz0yb4l2ahsmz9wp7mcnn81yajv01bajgwnbl16"))
+       (sha256 (base32 "1brv3lksajnmpf7g01jbx76nax6vlx8231sxb0s33yf76yc481xb"))
        (modules '((guix build utils)))
        (snippet
         #~(for-each delete-file-recursively



reply via email to

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