[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: boinc-client, boinc-server: Update to 8.0.2.
From: |
guix-commits |
Subject: |
02/09: gnu: boinc-client, boinc-server: Update to 8.0.2. |
Date: |
Thu, 12 Sep 2024 02:29:51 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit 607833ddedd195d13428247f82ec90115aff52fe
Author: Vitalii Koshura <lestat.de.lionkur@gmail.com>
AuthorDate: Tue Aug 27 16:33:53 2024 +0200
gnu: boinc-client, boinc-server: Update to 8.0.2.
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: If7748f84ee8259338170bf7ffc4accd7be33f291
---
gnu/packages/distributed.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index 7b37359f29..b07acfd863 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2023 Eric Bavier <bavier@posteo.net>
+;;; Copyright © 2024 Vitalii Koshura <lestat.de.lionkur@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -46,7 +47,7 @@
(define-public boinc-client
(package
(name "boinc-client")
- (version "7.22.2")
+ (version "8.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -57,7 +58,7 @@
(file-name (git-file-name "boinc" version))
(sha256
(base32
- "06qlfrn9bxcdgs9b4j7l4mwikrkvfizccprip18rlzl3i34jys7l"))))
+ "1kmjxjyl32flp3k2996fvaizg5v9bxd7fin3x3ih2hbp4dvc8k3v"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (71735eae4f -> 86690427b6), guix-commits, 2024/09/12
- 01/09: gnu: emacs-puni: Update to 0-2.72e091ef., guix-commits, 2024/09/12
- 03/09: gnu: Add ytcc., guix-commits, 2024/09/12
- 06/09: gnu: coq-bignums: Update to 9.0.0+coq8.18., guix-commits, 2024/09/12
- 02/09: gnu: boinc-client, boinc-server: Update to 8.0.2.,
guix-commits <=
- 04/09: gnu: coq: Propagate ocaml-zarith., guix-commits, 2024/09/12
- 05/09: gnu: coq: Update to 8.18.0., guix-commits, 2024/09/12
- 07/09: gnu: coq-bignums: Update style., guix-commits, 2024/09/12
- 08/09: gnu: coq-equations: Update to 1.3-8.18., guix-commits, 2024/09/12
- 09/09: gnu: coq-equations: Update style., guix-commits, 2024/09/12