mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38: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))))
|
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||||
|
|
||||||
(define-public guix-build-coordinator
|
(define-public guix-build-coordinator
|
||||||
(let ((commit "44d00065cfbd0f24d2fac631608a5aeaace648a7")
|
(let ((commit "6fb5eafc33efa109b220efe71594cfcdb2efe133")
|
||||||
(revision "23"))
|
(revision "24"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1061,7 +1061,7 @@ (define-public guix-build-coordinator
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gyrdb6gmz066d591593qvmk72qanc1psmk2l0r7smigh2bkzjka"))
|
"1lf7jry18kwglvyakfkmi8bif8ppsdinl0xjgmkgkp4mvmymh2gj"))
|
||||||
(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