mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guix-build-coordinator: Update to 0-30.f9af463.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-30.f9af463.
This commit is contained in:
parent
0b8fa24bbd
commit
a6a1939251
1 changed files with 3 additions and 3 deletions
|
@ -1061,8 +1061,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "8c98f47714fb1c1898ffa7b54966eaf913a0ae1d")
|
||||
(revision "29"))
|
||||
(let ((commit "f9af463e81d9fcc712d7c58a491101d8d17457e8")
|
||||
(revision "30"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1073,7 +1073,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"09llhpv3ni8m24i4v37mgjcmaabaj6cy9fxgci7pch6dsi3rkc1r"))
|
||||
"08ysa7a33fsm069gxqnvbf1yzqcsky6gk2pifamkq0wq1dls661r"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue