mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: guix-build-coordinator: Update to 0-16.5c7f53b.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-16.5c7f53b.
This commit is contained in:
parent
09738397e4
commit
ef4b4b62a8
1 changed files with 3 additions and 3 deletions
|
@ -1049,8 +1049,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "b5d998c22f7d4db3e26166ada9489af363f2d47a")
|
||||
(revision "15"))
|
||||
(let ((commit "5c7f53b311ae18d8eeae681e02cc675ede58731e")
|
||||
(revision "16"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1061,7 +1061,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1jfmwfx7cvfsvryc3w70nw6mixdamjymkqh40qkv99sspkd86dkr"))
|
||||
"08l5g5f9d47rdja710dambbjv8vz1adsya9llxrfr0zklj3s4fs7"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue