gnu: emacs-ansi: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-ansi)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									ee9ee9946f
								
							
						
					
					
						commit
						6c96087208
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -7241,13 +7241,13 @@ lines, and @code{gc} to comment out the target of a motion.")
 | 
				
			||||||
    (version "0.4.1")
 | 
					    (version "0.4.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (string-append "https://github.com/rejeep/ansi.el/archive/v"
 | 
					       (uri (git-reference
 | 
				
			||||||
                           version ".tar.gz"))
 | 
					             (url "https://github.com/rejeep/ansi.el.git")
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g"))))
 | 
				
			||||||
         "13jj4vbi98j3p17hs99bmy7g21jd5h4v3wpxk4pkvhylm3bfwjw8"))))
 | 
					 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-dash" ,emacs-dash)
 | 
					     `(("emacs-dash" ,emacs-dash)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue