mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: guix-build-coordinator: Update to 0-47.048c609.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-47.048c609.
This commit is contained in:
parent
c1f8dffa54
commit
fe58f05b24
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))))
|
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||||
|
|
||||||
(define-public guix-build-coordinator
|
(define-public guix-build-coordinator
|
||||||
(let ((commit "309fc55a83f8f95d6fc2fd8683d61283321b99a3")
|
(let ((commit "048c609667f1690fe0a8d8c9b772f9bc6dd412e0")
|
||||||
(revision "46"))
|
(revision "47"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1246,7 +1246,7 @@ (define-public guix-build-coordinator
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ivla0pqixgdiwh1znv426354hw45wibwlm5xpixrqbjp9fnllpz"))
|
"13sf3gv1jdaq6ncyw4s58zw0l2xjnksqjynlbqzx08i45xpj5yv8"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue