diff mbox series

[bug#72833] gnu: boinc-client, boinc-server: Update to 8.0.2.

Message ID 20240827143401.5878-1-lestat.de.lionkur@gmail.com
State New
Headers show
Series [bug#72833] gnu: boinc-client, boinc-server: Update to 8.0.2. | expand

Commit Message

Vitalii Koshura Aug. 27, 2024, 2:33 p.m. UTC
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
---
 gnu/packages/distributed.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Vitalii Koshura Sept. 2, 2024, 11:57 a.m. UTC | #1
Hello there,

I'm the maintainer of BOINC.
Is there a chance to get my simple patch with the version update reviewed
and merged?

Thank you in advance.

Best regards,
Vitalii Koshura
Z572 Sept. 12, 2024, 6:40 a.m. UTC | #2
Vitalii Koshura <lestat.de.lionkur@gmail.com> writes:

> Hello there,
>
> I'm the maintainer of BOINC.
> Is there a chance to get my simple patch with the version update reviewed and merged?
>
> Thank you in advance.
>
> Best regards,
> Vitalii Koshura

hi, can you try fix boinc-server build? Looks like it's been broken for a while.

And patch pushed.
diff mbox series

Patch

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-module (gnu packages distributed)
 (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 @@  (define-public boinc-client
               (file-name (git-file-name "boinc" version))
               (sha256
                (base32
-                "06qlfrn9bxcdgs9b4j7l4mwikrkvfizccprip18rlzl3i34jys7l"))))
+                "1kmjxjyl32flp3k2996fvaizg5v9bxd7fin3x3ih2hbp4dvc8k3v"))))
     (build-system gnu-build-system)
     (arguments
      (list