mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "f8acb629075adba17c34538dc9d4f779a9359272")
|
||||
(revision "48"))
|
||||
(let ((commit "c5c1ff9fc8dcb24003569c0a37dcda6fcd1fbee2")
|
||||
(revision "49"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1273,7 +1273,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1y0dbxldcmqsg0y40q0qq834pswfy0fggsb7lala31yaaxsl9g72"))
|
||||
"0i20v4g1wai2g1wyvdpnrblhhfl1jakqc9z8l3g2br66kwn36rry"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue