guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: boinc-client: Update to 7.22.2.


From: guix-commits
Subject: 06/06: gnu: boinc-client: Update to 7.22.2.
Date: Sun, 9 Jul 2023 16:28:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d2cf63165119fc78c9f52abce2ce66af23e49243
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:03 2023 +0200

    gnu: boinc-client: Update to 7.22.2.
    
    * gnu/packages/distributed.scm (boinc-client): Update to 7.22.2.
---
 gnu/packages/distributed.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index e7d41b0508..7b37359f29 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -46,7 +46,7 @@
 (define-public boinc-client
   (package
     (name "boinc-client")
-    (version "7.22.0")
+    (version "7.22.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -57,7 +57,7 @@
               (file-name (git-file-name "boinc" version))
               (sha256
                (base32
-                "0af7j6zg3saa5x7lfsg41p7j9r1d1dsdsz5b241p1f2yrhba0m81"))))
+                "06qlfrn9bxcdgs9b4j7l4mwikrkvfizccprip18rlzl3i34jys7l"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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