mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: guix-build-coordinator: Update to 0-46.309fc55.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-46.309fc55.
This commit is contained in:
parent
5d2b8b0ee3
commit
90bc18bcd4
1 changed files with 3 additions and 3 deletions
|
@ -1234,8 +1234,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "ea78649726cccc352b0170161effdac390a725c4")
|
||||
(revision "45"))
|
||||
(let ((commit "309fc55a83f8f95d6fc2fd8683d61283321b99a3")
|
||||
(revision "46"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1246,7 +1246,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"01yfx5356w0pa1l97kii8270d3rj7029pcrxd5a4i3sqrf1hc8yr"))
|
||||
"0ivla0pqixgdiwh1znv426354hw45wibwlm5xpixrqbjp9fnllpz"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue