mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: boinc-client: Update to 8.2.4.
* gnu/packages/distributed.scm (boinc-client): Update to 8.2.4. Change-Id: I34f2f951a07e6519ee9bfa3154e0f8e220e7427e Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b5f79f21d0
commit
c41b2466d0
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
(define-public boinc-client
|
||||
(package
|
||||
(name "boinc-client")
|
||||
(version "8.0.2")
|
||||
(version "8.2.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -62,7 +62,7 @@
|
|||
(file-name (git-file-name "boinc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kmjxjyl32flp3k2996fvaizg5v9bxd7fin3x3ih2hbp4dvc8k3v"))))
|
||||
"0nn0wzrmm88268vay855hr8bw9im5f8kzjp7k20qav9yrckhfwab"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue