gnu: guix-build-coordinator: Update to 0-74.804165f.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-74.804165f.
This commit is contained in:
parent
d377cfbd11
commit
43e4e52dfd
@ -1363,8 +1363,8 @@ environments.")
|
|||||||
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
|
"0k9zkdyyzir3fvlbcfcqy17k28b51i20rpbjwlx2i1mwd2pw9cxc")))))))
|
||||||
|
|
||||||
(define-public guix-build-coordinator
|
(define-public guix-build-coordinator
|
||||||
(let ((commit "7c1eedfba9ef5ccc5651cd5e88662c158e594a2c")
|
(let ((commit "804165f14ccf613b7d76b2bda83fbfd49019f7e4")
|
||||||
(revision "73"))
|
(revision "74"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
@ -1375,7 +1375,7 @@ environments.")
|
|||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1prsxj3n8ggv28fqk00yvnbvy0da0lq6m553fs636s8b2yjka8nj"))
|
"0qga8a7795cig211hya53qjvd2bxcpabpz8izc8zxrmz490wz24j"))
|
||||||
(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
|
||||||
@ -1455,7 +1455,7 @@ environments.")
|
|||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-fibers-1.1
|
guile-fibers-next
|
||||||
guile-lib
|
guile-lib
|
||||||
(first (assoc-ref (package-native-inputs guix) "guile"))))
|
(first (assoc-ref (package-native-inputs guix) "guile"))))
|
||||||
(inputs
|
(inputs
|
||||||
@ -1479,7 +1479,7 @@ environments.")
|
|||||||
guile-gnutls)
|
guile-gnutls)
|
||||||
(if (hurd-target?)
|
(if (hurd-target?)
|
||||||
'()
|
'()
|
||||||
(list guile-fibers-1.1))))
|
(list guile-fibers-next))))
|
||||||
(home-page "https://git.cbaines.net/guix/build-coordinator/")
|
(home-page "https://git.cbaines.net/guix/build-coordinator/")
|
||||||
(synopsis "Tool to help build derivations")
|
(synopsis "Tool to help build derivations")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user