gnu: emacs-ido-vertical-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-ido-vertical-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									609d10339d
								
							
						
					
					
						commit
						f903fa46ee
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		|  | @ -11152,14 +11152,13 @@ bookmarks and history.") | ||||||
|     (version "0.1.6") |     (version "0.1.6") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method git-fetch) | ||||||
|        (uri (string-append |        (uri (git-reference | ||||||
|              "https://github.com/creichert/ido-vertical-mode.el/archive/" |              (url "https://github.com/creichert/ido-vertical-mode.el.git") | ||||||
|              "v" version ".tar.gz")) |              (commit (string-append "v" version)))) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k")))) | ||||||
|          "0dprdxq8wvqd45dinwj92k0kixr07c8xvspa6i613mjcpxgwjg53")))) |  | ||||||
|     (build-system emacs-build-system) |     (build-system emacs-build-system) | ||||||
|     (home-page "https://github.com/creichert/ido-vertical-mode.el") |     (home-page "https://github.com/creichert/ido-vertical-mode.el") | ||||||
|     (synopsis "Makes ido-mode display vertically") |     (synopsis "Makes ido-mode display vertically") | ||||||
|  |  | ||||||
		Reference in a new issue