mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -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))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "f8013a0b4dbe68194ac0244a5e1e4f28fcfc7763")
|
||||
(revision "43"))
|
||||
(let ((commit "70a5c0459e593187b5925bd5bea0078f435613f6")
|
||||
(revision "44"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1246,7 +1246,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0ia64bibzhspzr6vx99nanfls53cb77lyshbq1vxpnf0fgfp1w1s"))
|
||||
"12cyxmyw9f1pkfhzam9yc5x8hba8w9f4nyzrywlvzv35wma1lv95"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue