gnu: emacs-git-auto-commit-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									7a8cdab4ff
								
							
						
					
					
						commit
						fe7be4deb9
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		|  | @ -11356,14 +11356,13 @@ scroll up to read the function name and then scroll down to original position.") | ||||||
|     (version "4.4.0") |     (version "4.4.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method git-fetch) | ||||||
|        (uri (string-append |        (uri (git-reference | ||||||
|              "https://github.com/ryuslash/git-auto-commit-mode/archive/" |              (url "https://github.com/ryuslash/git-auto-commit-mode.git") | ||||||
|              version ".tar.gz")) |              (commit version))) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 "0psmr7749nzxln4b500sl3vrf24x3qijp12ir0i5z4x25k72hrlh")))) | ||||||
|          "04avxmalsl3b7zi2vipfw9rb4wrwysnipsbch96skviql9axk870")))) |  | ||||||
|     (build-system emacs-build-system) |     (build-system emacs-build-system) | ||||||
|     (home-page "https://github.com/ryuslash/git-auto-commit-mode") |     (home-page "https://github.com/ryuslash/git-auto-commit-mode") | ||||||
|     (synopsis "Emacs Minor mode to automatically commit and push") |     (synopsis "Emacs Minor mode to automatically commit and push") | ||||||
|  |  | ||||||
		Reference in a new issue