gnu: guix: Update to 1.4.0-1.9fe5b49.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-1.9fe5b49.
This commit is contained in:
		
							parent
							
								
									1a706051ec
								
							
						
					
					
						commit
						eddfa6f4c2
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -165,8 +165,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.4.0")
 | 
					  (let ((version "1.4.0")
 | 
				
			||||||
        (commit "8e2f32cee982d42a79e53fc1e9aa7b8ff0514714")
 | 
					        (commit "9fe5b490df83ff32e2e0a604bf636eca48b9e240")
 | 
				
			||||||
        (revision 0))
 | 
					        (revision 1))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "guix")
 | 
					      (name "guix")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -182,7 +182,7 @@
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "042mipw2bp9lc75m9g5q6rdifrp8483cmk57kwrdps0i3vd590dl"))
 | 
					                  "1lglxp2jydxlzk7a1bpv8h7zi4qfpfbr3m57133j1ljija062j71"))
 | 
				
			||||||
                (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