gnu: fish: Update to 3.6.0.
* gnu/packages/shells.scm (fish): Update to 3.6.0. [source]: Remove snippet, as the bundled PCRE2 sources have been removed (see CHANGELOG.rst). Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
		
							parent
							
								
									4ef9a5dd5e
								
							
						
					
					
						commit
						ea870a70e9
					
				
					 1 changed files with 3 additions and 8 deletions
				
			
		| 
						 | 
					@ -118,7 +118,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
 | 
				
			||||||
(define-public fish
 | 
					(define-public fish
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "fish")
 | 
					    (name "fish")
 | 
				
			||||||
    (version "3.5.1")
 | 
					    (version "3.6.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -126,15 +126,10 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
 | 
				
			||||||
                           "releases/download/" version "/"
 | 
					                           "releases/download/" version "/"
 | 
				
			||||||
                           "fish-" version ".tar.xz"))
 | 
					                           "fish-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0a39vf0wqq6asw5xcrwgdsc67h5bxkgxzy77f8bx6pd4qlympm56"))
 | 
					        (base32 "10b1xa1hpmi62rzh3qgxlw7xrhyigs8kssagccawmrryfxbls14p"))))
 | 
				
			||||||
       (modules '((guix build utils)))
 | 
					 | 
				
			||||||
       (snippet
 | 
					 | 
				
			||||||
        '(begin
 | 
					 | 
				
			||||||
           ;; Remove bundled software.
 | 
					 | 
				
			||||||
           (delete-file-recursively "pcre2")))))
 | 
					 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list fish-foreign-env ncurses pcre2 ; don't use the bundled PCRE2
 | 
					     (list fish-foreign-env ncurses pcre2
 | 
				
			||||||
           python))  ; for fish_config and manpage completions
 | 
					           python))  ; for fish_config and manpage completions
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list doxygen groff ; for 'fish --help'
 | 
					     (list doxygen groff ; for 'fish --help'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue