[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
- branch master updated (f5f9db1514 -> d2cf631651), guix-commits, 2023/07/09
- 01/06: gnu: cambalache: Update to 0.12.1., guix-commits, 2023/07/09
- 04/06: gnu: boinc-server: Use G-expressions., guix-commits, 2023/07/09
- 06/06: gnu: boinc-client: Update to 7.22.2.,
guix-commits <=
- 02/06: gnu: cambalache: Mark up description., guix-commits, 2023/07/09
- 05/06: gnu: boinc-server: Remove input labels., guix-commits, 2023/07/09
- 03/06: gnu: boinc-client: Use G-expressions., guix-commits, 2023/07/09