all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vitalii Koshura <lestat.de.lionkur@gmail.com>
To: 72833@debbugs.gnu.org
Cc: lestat.de.lionkur@gmail.com
Subject: [bug#72833] [PATCH] gnu: boinc-client, boinc-server: Update to 8.0.2.
Date: Tue, 27 Aug 2024 16:33:53 +0200	[thread overview]
Message-ID: <20240827143401.5878-1-lestat.de.lionkur@gmail.com> (raw)

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
---
 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-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
-- 
2.45.2.windows.1





             reply	other threads:[~2024-08-27 15:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-27 14:33 Vitalii Koshura [this message]
2024-09-02 11:57 ` [bug#72833] patch review Vitalii Koshura
2024-09-12  6:40   ` bug#72833: " Z572

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240827143401.5878-1-lestat.de.lionkur@gmail.com \
    --to=lestat.de.lionkur@gmail.com \
    --cc=72833@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.