gnu: bat: Update to 0.18.3.
* gnu/packages/rust-apps.scm (bat): Update to 0.18.3.
This commit is contained in:
		
							parent
							
								
									d6c2fc3729
								
							
						
					
					
						commit
						f04883d0ba
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -88,14 +88,14 @@ low-end hardware and serving many concurrent requests.")
 | 
			
		|||
(define-public bat
 | 
			
		||||
  (package
 | 
			
		||||
    (name "bat")
 | 
			
		||||
    (version "0.18.2")
 | 
			
		||||
    (version "0.18.3")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (crate-uri "bat" version))
 | 
			
		||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "01zdamn1rd6d4xwwba1a8nfh06nmg7a0lakzgq8yfj5hsdgj9rdm"))))
 | 
			
		||||
        (base32 "0qlk032dd6zxda1v7clah33nafxygaw3x7f73ajwlvk956nrn1js"))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:cargo-inputs
 | 
			
		||||
| 
						 | 
				
			
			@ -104,7 +104,6 @@ low-end hardware and serving many concurrent requests.")
 | 
			
		|||
        ("rust-atty" ,rust-atty-0.2)
 | 
			
		||||
        ("rust-bugreport" ,rust-bugreport-0.4)
 | 
			
		||||
        ("rust-clap" ,rust-clap-2)
 | 
			
		||||
        ("rust-clap" ,rust-clap-2)
 | 
			
		||||
        ("rust-clircle" ,rust-clircle-0.3)
 | 
			
		||||
        ("rust-console" ,rust-console-0.14)
 | 
			
		||||
        ("rust-content-inspector" ,rust-content-inspector-0.2)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue