gnu: guix-build-coordinator: Update to 0-39.c9c55c0.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-39.c9c55c0.master
parent
7239ad676c
commit
21d390bf64
|
@ -1181,8 +1181,8 @@ environments.")
|
||||||
(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 "d46e9ac5936a4d3e6f6b2c00c6f35ba96259128c")
|
(let ((commit "c9c55c0a16c0d72ad11389baf722ce90644c45d7")
|
||||||
(revision "38"))
|
(revision "39"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1193,7 +1193,7 @@ environments.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"004ib2wq2d7gfpy2mbs243gll66iy524sv5n2r6g5lfns726y5hf"))
|
"1sxbfc3fy9x8vvhkpj68m5gz0rj6h66w8xcsqi26zx85d7jcs3h3"))
|
||||||
(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
|
||||||
|
|
Reference in New Issue