gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 2c04921.
			
			
This commit is contained in:
		
							parent
							
								
									4192e898a4
								
							
						
					
					
						commit
						ba981db293
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -166,7 +166,7 @@ the Nix package manager.")
 | 
				
			||||||
  ;;
 | 
					  ;;
 | 
				
			||||||
  ;; Note: use a short commit id; when using the long one, the limit on socket
 | 
					  ;; Note: use a short commit id; when using the long one, the limit on socket
 | 
				
			||||||
  ;; file names is exceeded while running the tests.
 | 
					  ;; file names is exceeded while running the tests.
 | 
				
			||||||
  (let ((commit "a43b55f"))
 | 
					  (let ((commit "2c04921"))
 | 
				
			||||||
    (package (inherit guix-0.8.2)
 | 
					    (package (inherit guix-0.8.2)
 | 
				
			||||||
      (version (string-append "0.8.2." commit))
 | 
					      (version (string-append "0.8.2." commit))
 | 
				
			||||||
      (source (origin
 | 
					      (source (origin
 | 
				
			||||||
| 
						 | 
					@ -176,7 +176,7 @@ the Nix package manager.")
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "1r0l8gfh5nxc1j0sqj8ywkg280k9qbj7zsk33z84rvl7l0nwnk88"))
 | 
					                  "1yxb6vnpglcwl3z0djap333b2ifl8s4ncpmmkb8ylba19ij7v0bw"))
 | 
				
			||||||
                (file-name (string-append "guix-" version "-checkout"))))
 | 
					                (file-name (string-append "guix-" version "-checkout"))))
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       (substitute-keyword-arguments (package-arguments guix-0.8.2)
 | 
					       (substitute-keyword-arguments (package-arguments guix-0.8.2)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue