gnu: guix-build-coordinator: Fix source hash.
The previous commit has the wrong hash, I think I ended up building the data service instead for some reason and didn't set the hash of this package correctly. * gnu/packages/package-management.scm (guix-build-coordinator)[source]: Fix hash.master
parent
9f37dc3be3
commit
f36b8a9763
|
@ -1400,7 +1400,7 @@ environments.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11v0c9h5cxm182f5dn8gwb6nhvb786pdqlkdxi6l0nzl9kjxizys"))
|
"047qqqhpcg5rrzgpp2qlijn6rhlm2ipqhqr1yj1lrnx12dld2kqk"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue