gnu: guix-build-coordinator: Update to 0-20.1f79fc3.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-20.1f79fc3.
This commit is contained in:
parent
20b5cf8304
commit
39efda1e1e
1 changed files with 3 additions and 3 deletions
|
@ -1046,8 +1046,8 @@ environments.")
|
||||||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||||
|
|
||||||
(define-public guix-build-coordinator
|
(define-public guix-build-coordinator
|
||||||
(let ((commit "f9a257ed61531eafc9727faebe50be1a1cb1648a")
|
(let ((commit "1f79fc38a17ceda30f378efd4e7f80f252c99b4d")
|
||||||
(revision "19"))
|
(revision "20"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1058,7 +1058,7 @@ environments.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n9c5yn0crcqrrxng4xw1m2kvb9lin2fpym8ja75q6z3s7lpnjvg"))
|
"0d5zr5mv07pi195vva2fhclfgyzrgbk9vlnwrmy7z1jcw2p1d2zp"))
|
||||||
(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 a new issue