gnu: emacs-disk-usage: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-disk-usage)[source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page] Move to usual location. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									8330715878
								
							
						
					
					
						commit
						fa71034115
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -14915,18 +14915,18 @@ opposed to character-based).") | ||||||
|   (package |   (package | ||||||
|     (name "emacs-disk-usage") |     (name "emacs-disk-usage") | ||||||
|     (version "1.3.3") |     (version "1.3.3") | ||||||
|     (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage") |  | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method git-fetch) | ||||||
|        (uri (string-append |        (uri (git-reference | ||||||
|              "https://elpa.gnu.org/packages/disk-usage-" |              (url "https://gitlab.com/Ambrevar/emacs-disk-usage.git") | ||||||
|              version |              (commit version))) | ||||||
|              ".el")) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0h1jwznd41gi0vg830ilfgm01q05zknikzahwasm9cizwm2wyizj")))) |          "0hv2gsd8k5fbjgckgiyisq4rn1i7y4rchbjy8kmixjv6mx563bll")))) | ||||||
|     (build-system emacs-build-system) |     (build-system emacs-build-system) | ||||||
|  |     (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage") | ||||||
|     (synopsis "Sort and browse disk usage listings with Emacs") |     (synopsis "Sort and browse disk usage listings with Emacs") | ||||||
|     (description "Disk Usage is a file system analyzer: it offers a tabulated |     (description "Disk Usage is a file system analyzer: it offers a tabulated | ||||||
| view of file listings sorted by size.  Directory sizes are computed | view of file listings sorted by size.  Directory sizes are computed | ||||||
|  |  | ||||||
		Reference in a new issue