gnu: emacs-helm-gtags: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-helm-gtags)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									8219da2c7f
								
							
						
					
					
						commit
						40cc1884ef
					
				
					 1 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
					@ -9413,15 +9413,15 @@ and @code{erc-send-modify-hook} to download and show images.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-helm-gtags")
 | 
					    (name "emacs-helm-gtags")
 | 
				
			||||||
    (version "1.5.6")
 | 
					    (version "1.5.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
              (method url-fetch)
 | 
					     (origin
 | 
				
			||||||
              (uri (string-append
 | 
					       (method git-fetch)
 | 
				
			||||||
                    "https://github.com/syohex/emacs-helm-gtags/archive/"
 | 
					       (uri (git-reference
 | 
				
			||||||
                    version ".tar.gz"))
 | 
					             (url "https://github.com/syohex/emacs-helm-gtags.git")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					             (commit version)))
 | 
				
			||||||
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
               (base32
 | 
					        (base32 "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx"))))
 | 
				
			||||||
                "1a10snhg6nnnan6w9a7mcziy26vxbsr3c35i0gcarnkdp2yqng36"))))
 | 
					 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-helm" ,emacs-helm)))
 | 
					     `(("emacs-helm" ,emacs-helm)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue