gnu: guix-build-coordinator: Update to 0-49.c5c1ff9.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-49.c5c1ff9.
This commit is contained in:
parent
71d2bdfa9f
commit
a34d05f15b
1 changed files with 3 additions and 3 deletions
|
@ -1261,8 +1261,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 "f8acb629075adba17c34538dc9d4f779a9359272")
|
(let ((commit "c5c1ff9fc8dcb24003569c0a37dcda6fcd1fbee2")
|
||||||
(revision "48"))
|
(revision "49"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1273,7 +1273,7 @@ environments.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y0dbxldcmqsg0y40q0qq834pswfy0fggsb7lala31yaaxsl9g72"))
|
"0i20v4g1wai2g1wyvdpnrblhhfl1jakqc9z8l3g2br66kwn36rry"))
|
||||||
(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