diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2026-03-24 15:08:14 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 08:41:27 +0100 |
| commit | a08c01b56eb05aaa459510a37509368094d8d979 (patch) | |
| tree | 11d988996d6577986a222087eed311217b5de200 /gnu | |
| parent | c79ae11a93cc8b8ebec0adb007ec40663fefbad9 (diff) | |
gnu: boinc-client: Update to 8.2.9.
* gnu/packages/distributed.scm (boinc-client): Update to 8.2.9.
Merges: https://codeberg.org/guix/guix/pulls/7437
Change-Id: I8be5fc8acebc3d9eef44fc60a1072420d6923e47
Reviewed-by: Nguyễn Gia Phong <cnx@loang.net>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/distributed.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm index 8198a6e5863..587435a2681 100644 --- a/gnu/packages/distributed.scm +++ b/gnu/packages/distributed.scm @@ -51,7 +51,7 @@ (define-public boinc-client (package (name "boinc-client") - (version "8.2.8") + (version "8.2.9") (source (origin (method git-fetch) (uri (git-reference @@ -62,7 +62,7 @@ (file-name (git-file-name "boinc" version)) (sha256 (base32 - "1ppcf57p6dkv9dv5k90fj3xhbv9di2d3yjkg2flfv5d45s82lay8")))) + "0ik9423ii6kal29jdn907pxy8w86zpi8n158qx1gcsh8lsaif1v5")))) (build-system gnu-build-system) (arguments (list |
