gnu: guix: Update snapshot to 02345c.
* gnu/packages/package-management.scm (guix): Update to 02345c.
This commit is contained in:
		
							parent
							
								
									25504aaff8
								
							
						
					
					
						commit
						ca6182a1be
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -86,8 +86,8 @@
 | 
				
			||||||
  ;; Note: the 'update-guix-package.scm' script expects this definition to
 | 
					  ;; Note: the 'update-guix-package.scm' script expects this definition to
 | 
				
			||||||
  ;; start precisely like this.
 | 
					  ;; start precisely like this.
 | 
				
			||||||
  (let ((version "0.14.0")
 | 
					  (let ((version "0.14.0")
 | 
				
			||||||
        (commit "ad4953bc0ec1684c49c0934304c7ec200a0cd280")
 | 
					        (commit "02345c963e1e8a45afcdf5acb80fca4538244b36")
 | 
				
			||||||
        (revision 1))
 | 
					        (revision 2))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "guix")
 | 
					      (name "guix")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -103,7 +103,7 @@
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "0ngra4cb1kf3kwccslmhnvlr116drsnbqrsjniq1hrg5mqf6vf1b"))
 | 
					                  "0f33makasj14zf0zfv1w7k04bkcpdy5grx5b904vv5ygi5bak7nx"))
 | 
				
			||||||
                (file-name (string-append "guix-" version "-checkout"))))
 | 
					                (file-name (string-append "guix-" version "-checkout"))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue