diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:06 +0200 |
commit | d2cf63165119fc78c9f52abce2ce66af23e49243 (patch) | |
tree | 6a69cdfc994ed15b8fb400bf9a7d37c30df8d664 /gnu | |
parent | 2e5423ff35556bed464779caf38950d6bede16e8 (diff) |
gnu: boinc-client: Update to 7.22.2.
* gnu/packages/distributed.scm (boinc-client): Update to 7.22.2.
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 e7d41b0508..7b37359f29 100644 --- a/gnu/packages/distributed.scm +++ b/gnu/packages/distributed.scm @@ -46,7 +46,7 @@ (define-public boinc-client (package (name "boinc-client") - (version "7.22.0") + (version "7.22.2") (source (origin (method git-fetch) (uri (git-reference @@ -57,7 +57,7 @@ (file-name (git-file-name "boinc" version)) (sha256 (base32 - "0af7j6zg3saa5x7lfsg41p7j9r1d1dsdsz5b241p1f2yrhba0m81")))) + "06qlfrn9bxcdgs9b4j7l4mwikrkvfizccprip18rlzl3i34jys7l")))) (build-system gnu-build-system) (arguments (list |