diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-07-11 12:59:28 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-11 12:59:32 +0200 |
| commit | bcd61dd2b9a484f7710a0738cbfa65887bde2064 (patch) | |
| tree | ed23b4dc6047864c4698f66a1e1363123ffc93b4 /gnu/packages/distributed.scm | |
| parent | c41b2466d090fe8980bd77e6e4c43ec8dd9ffe41 (diff) | |
gnu: boinc-client: Fix hash.
This is a follow-up to the previous commit
c52afcd75f9d7a1507f705d5aadccd328188916c
* gnu/packages/distributed.scm (boinc-client)[source]: Fix hash.
Change-Id: I2f792aee6530491cf7effd149ed2e6c74a1107f2
Diffstat (limited to 'gnu/packages/distributed.scm')
| -rw-r--r-- | gnu/packages/distributed.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm index a2fef3e652a..8b72d03fbee 100644 --- a/gnu/packages/distributed.scm +++ b/gnu/packages/distributed.scm @@ -62,7 +62,7 @@ (file-name (git-file-name "boinc" version)) (sha256 (base32 - "0nn0wzrmm88268vay855hr8bw9im5f8kzjp7k20qav9yrckhfwab")))) + "03xcyrnnbm6201apvvrl8ysq7gn3yn96slm9znsymw0cnf3j85jm")))) (build-system gnu-build-system) (arguments (list |
