mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: guix-build-coordinator: Update to 0-52.ed3c806.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-52.ed3c806.
This commit is contained in:
parent
a8848c9df7
commit
6fe3c73b04
1 changed files with 3 additions and 3 deletions
|
@ -1318,8 +1318,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 "fff7454f8f136e2d3b0650d99d9f6b0055fa2e1c")
|
(let ((commit "ed3c806ab83c77c1b8f04bb399c66743f1858178")
|
||||||
(revision "51"))
|
(revision "52"))
|
||||||
(package
|
(package
|
||||||
(name "guix-build-coordinator")
|
(name "guix-build-coordinator")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1330,7 +1330,7 @@ environments.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pc06wppgnj7zv6nb76agxhy23r1778ffsv82whckw6xdd08llqi"))
|
"1b2xsax548q43jh95m7jza2lafiljciljxavrvhpx8xsj0nlsffc"))
|
||||||
(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…
Add table
Reference in a new issue