Revert "gnu: guix: Update to 86dd54f."
A test failure (tests/print) was uncovered so revert until we fix it.
This reverts commit b0eb525ddb.
			
			
This commit is contained in:
		
							parent
							
								
									da00a3a477
								
							
						
					
					
						commit
						27d967dfa4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -132,8 +132,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 "1.2.0")
 | 
					  (let ((version "1.2.0")
 | 
				
			||||||
        (commit "86dd54f2307b1f984f599c218843f49b57ac6173")
 | 
					        (commit "ec7fb669945bfb47c5e1fdf7de3a5d07f7002ccf")
 | 
				
			||||||
        (revision 18))
 | 
					        (revision 17))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "guix")
 | 
					      (name "guix")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -149,7 +149,7 @@
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "1vp3k4l7qs4s6irr4ylf9yk3yyq07bppvlz4z4c84s6qq5972m6i"))
 | 
					                  "1v9pwsqx8n4l6f7aj9vxv6m7vb4lyw8j5qg6mxf5zksia0qlcv2z"))
 | 
				
			||||||
                (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