gnu: guix-build-coordinator: Update to 0-6.16f5ee0.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-6.16f5ee0.
This commit is contained in:
		
							parent
							
								
									5472fb2ca7
								
							
						
					
					
						commit
						36f957dab2
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1015,8 +1015,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 "98f50831612b9d1253ae8ca2bceb547fed373f41")
 | 
					  (let ((commit "16f5ee0119fa0febf8b5f90926659ef990dacfa8")
 | 
				
			||||||
        (revision "5"))
 | 
					        (revision "6"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "guix-build-coordinator")
 | 
					      (name "guix-build-coordinator")
 | 
				
			||||||
      (version (git-version "0" revision commit))
 | 
					      (version (git-version "0" revision commit))
 | 
				
			||||||
| 
						 | 
					@ -1027,7 +1027,7 @@ environments.")
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "08xwb5phh14cxgwv4fxcd2hhpjgqxfknm9zkx9qp26zb56w2xzkz"))
 | 
					                  "0j6iqibhixpaf5cv18ccb9v5a08hy73kw1dcbhyz4yb906x1f38v"))
 | 
				
			||||||
                (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 a new issue