gnu: fish: Update to 2.3.0.
* gnu/packages/fish.scm (fish): Update to 2.3.0. Signed-off-by: 宋文武 <iyzsong@gmail.com>
This commit is contained in:
		
							parent
							
								
									45de649a56
								
							
						
					
					
						commit
						59befb7f31
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -29,14 +29,14 @@ | ||||||
| (define-public fish | (define-public fish | ||||||
|   (package |   (package | ||||||
|     (name "fish") |     (name "fish") | ||||||
|     (version "2.2.0") |     (version "2.3.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://fishshell.com/files/" |               (uri (string-append "http://fishshell.com/files/" | ||||||
|                                   version "/fish-" version ".tar.gz")) |                                   version "/fish-" version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0ympqz7llmf0hafxwglykplw6j5cz82yhlrw50lw4bnf2kykjqx7")) |                 "1ralmp7lavdl0plc09ppm232aqsn0crxx6m3hgaa06ibam3sqawi")) | ||||||
|               (modules '((guix build utils))) |               (modules '((guix build utils))) | ||||||
|               ;; Don't try to install /etc/fish/config.fish. |               ;; Don't try to install /etc/fish/config.fish. | ||||||
|               (snippet |               (snippet | ||||||
|  |  | ||||||
		Reference in a new issue