mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: guix-build-coordinator: Update to 0-14.5149e4f.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-14.5149e4f.
This commit is contained in:
parent
f30f9cf93e
commit
d5bb0e4fa7
1 changed files with 3 additions and 3 deletions
|
@ -1028,8 +1028,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "3a921d472ebad0600e58abdc8808125771dfc309")
|
||||
(revision "13"))
|
||||
(let ((commit "5149e4f322f71d65851c899cc9b8ce4532ca65ee")
|
||||
(revision "14"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1040,7 +1040,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0bs1rwab7b3d14xr9spqzy54xbfga72aabqz35swb1whi83jz4ch"))
|
||||
"0ps8zppma9hvyikv9l0kl0k4p9cl499x4lb9vanj7zn99136sd3q"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue