mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guix-build-coordinator: Update to 0-36.87508af.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-36.87508af.
This commit is contained in:
parent
d29a9aa54b
commit
83289ca255
1 changed files with 3 additions and 3 deletions
|
@ -1181,8 +1181,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "a4d0ec6bc564bbe98d3e6c03be41de16edbda928")
|
||||
(revision "35"))
|
||||
(let ((commit "87508af9566d9f7dbacfd8478a353d612a811e38")
|
||||
(revision "36"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1193,7 +1193,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0qa7qkskp9xzhyl0fgbm98f8apy8cn2yc9gpxhw0dfc9bkbs1pb9"))
|
||||
"0lqjqnpgvwhzan2pbq0h1gavf0f17h3zw3qd0kd8xwjcmx4bna82"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue