mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: guix-build-coordinator: Update to 0-35.a4d0ec6.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-35.a4d0ec6.
This commit is contained in:
parent
344d81f35d
commit
6214743aa8
1 changed files with 3 additions and 3 deletions
|
@ -1187,8 +1187,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "76d129dc19cc0e14441ae3a74bbc44e3be570b21")
|
||||
(revision "34"))
|
||||
(let ((commit "a4d0ec6bc564bbe98d3e6c03be41de16edbda928")
|
||||
(revision "35"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1199,7 +1199,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1f624vlk58cznx4383vkhkw61lplv25nqy3qhclsawbm5bih7wcj"))
|
||||
"0qa7qkskp9xzhyl0fgbm98f8apy8cn2yc9gpxhw0dfc9bkbs1pb9"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue