gnu: guix-build-coordinator: Update to 0-34.76d129d.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-34.76d129d.
This commit is contained in:
parent
7893c2012a
commit
ea3d456a5a
1 changed files with 3 additions and 3 deletions
|
@ -1187,8 +1187,8 @@ (define-public gwl
|
|||
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
|
||||
|
||||
(define-public guix-build-coordinator
|
||||
(let ((commit "c2f0c5b36f8294bb4c699806f9e8c576ae9b9f90")
|
||||
(revision "33"))
|
||||
(let ((commit "76d129dc19cc0e14441ae3a74bbc44e3be570b21")
|
||||
(revision "34"))
|
||||
(package
|
||||
(name "guix-build-coordinator")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1199,7 +1199,7 @@ (define-public guix-build-coordinator
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0nlh1cyvpbsfy9pk22xmgx0vb625j7qgv79y527q91c9fjn7g37v"))
|
||||
"1f624vlk58cznx4383vkhkw61lplv25nqy3qhclsawbm5bih7wcj"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue