mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: guix-build-coordinator: Update to 0-56.290ba67.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-56.290ba67.
This commit is contained in:
parent
f59f9afdb8
commit
430848c6bd
1 changed files with 3 additions and 3 deletions
|
@ -1342,8 +1342,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "23504e0f01dc1eae05b307e313ba70faaad84be8")
|
||||
(revision "55"))
|
||||
(let ((commit "290ba6763dc6ba826970e717fd8b0058b4878beb")
|
||||
(revision "56"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1354,7 +1354,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1qvl2r7wb38r06ms8bjnpgni7bv3awmr6yhpdjxk4fhm7gdhqkiw"))
|
||||
"1n1qk9xrxbaz94k7l745fzqlwbki2vahyfx229lypnwspwsld8pr"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue