mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: guix-build-coordinator: Update to 0-24.6fb5eaf.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-24.6fb5eaf.
This commit is contained in:
parent
b12fd63ffd
commit
a9f4001df9
1 changed files with 3 additions and 3 deletions
|
@ -1049,8 +1049,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "44d00065cfbd0f24d2fac631608a5aeaace648a7")
|
||||
(revision "23"))
|
||||
(let ((commit "6fb5eafc33efa109b220efe71594cfcdb2efe133")
|
||||
(revision "24"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1061,7 +1061,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1gyrdb6gmz066d591593qvmk72qanc1psmk2l0r7smigh2bkzjka"))
|
||||
"1lf7jry18kwglvyakfkmi8bif8ppsdinl0xjgmkgkp4mvmymh2gj"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue