mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: guix-build-coordinator: Update to 0-44.70a5c04.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-44.70a5c04.
This commit is contained in:
parent
879a5cb7c4
commit
aee90c84b2
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 "f8013a0b4dbe68194ac0244a5e1e4f28fcfc7763")
|
(let ((commit "70a5c0459e593187b5925bd5bea0078f435613f6")
|
||||||
(revision "43"))
|
(revision "44"))
|
||||||
(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
|
||||||
"0ia64bibzhspzr6vx99nanfls53cb77lyshbq1vxpnf0fgfp1w1s"))
|
"12cyxmyw9f1pkfhzam9yc5x8hba8w9f4nyzrywlvzv35wma1lv95"))
|
||||||
(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