mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: guix-build-coordinator: Update to 0-27.1305724.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-27.1305724.
This commit is contained in:
parent
311e4b005b
commit
8f2a73022f
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 "f836f070b35d2f360412450ec88c6dc415cf9365")
|
(let ((commit "1305724c7ea3c2bb3e557918d5a1b17d572aa110")
|
||||||
(revision "26"))
|
(revision "27"))
|
||||||
(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
|
||||||
"135dfbn8phdq5hv19pk5cjhm40zdnnmklxbra9i2hzf32z3chqym"))
|
"179n33mkhl6f2fv0gyn7sdm3k4hhm1hvca6dgc923d0w7zv4p577"))
|
||||||
(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