guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: p2pool: Update to 3.6.2.


From: guix-commits
Subject: branch master updated: gnu: p2pool: Update to 3.6.2.
Date: Mon, 04 Sep 2023 09:00:42 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 710d905052 gnu: p2pool: Update to 3.6.2.
710d905052 is described below

commit 710d9050524213a83e4ce9efe9765d7fbc233839
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Sep 4 14:22:50 2023 +0200

    gnu: p2pool: Update to 3.6.2.
    
    * gnu/packages/finance.scm (p2pool): Update to 3.6.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 384cb90e18..a1e2216ae0 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2237,7 +2237,7 @@ mining.")
 (define-public p2pool
   (package
     (name "p2pool")
-    (version "3.5")
+    (version "3.6.2")
     (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 "1brv3lksajnmpf7g01jbx76nax6vlx8231sxb0s33yf76yc481xb"))
+       (sha256 (base32 "0lki6yrzmmpd5hj55m6s71y1cr81lbk1f3h9h70gmm4p4qjrv5f2"))
        (modules '((guix build utils)))
        (snippet
         #~(for-each delete-file-recursively



reply via email to

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