guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: p2pool: Update to 3.2.


From: guix-commits
Subject: 03/04: gnu: p2pool: Update to 3.2.
Date: Wed, 12 Apr 2023 04:44:28 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit f671a3ec5c5f52c69f7b331e216e2b71d3bc3a80
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Apr 12 10:07:57 2023 +0200

    gnu: p2pool: Update to 3.2.
    
    * gnu/packages/finance.scm (p2pool): Update to 3.2.
---
 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 0a93293732..d44695d978 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2246,7 +2246,7 @@ mining.")
 (define-public p2pool
   (package
     (name "p2pool")
-    (version "3.1")
+    (version "3.2")
     (source
      (origin
        (method git-fetch)
@@ -2255,7 +2255,7 @@ mining.")
              (commit (string-append "v" version))
              (recursive? #t)))
        (file-name (git-file-name name version))
-       (sha256 (base32 "0fvm864p4pxjsb03g88jkaj3wj94dkxrbwjwa1jk6s11skzn0z68"))
+       (sha256 (base32 "0jwddazvp9rv88dd2b67rn2y23grycnl539abl5ax6b8a89wm7i8"))
        (modules '((guix build utils)))
        (snippet
         #~(for-each delete-file-recursively



reply via email to

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