gnu: rust-syntect-3: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-syntect-3): Drop minor version from name. (rust-better-panic-0.2): Apply renaming.
This commit is contained in:
		
							parent
							
								
									6fe06eb292
								
							
						
					
					
						commit
						e903a78e6d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3229,7 +3229,7 @@ and no more (caveat: black_box is still missing!).") | |||
|      `(#:cargo-inputs | ||||
|        (("rust-backtrace" ,rust-backtrace-0.3) | ||||
|         ("rust-console" ,rust-console-0.9) | ||||
|         ("rust-syntect" ,rust-syntect-3.3)))) | ||||
|         ("rust-syntect" ,rust-syntect-3)))) | ||||
|     (home-page "https://github.com/mitsuhiko/better-panic") | ||||
|     (synopsis "Pretty backtraces inspired by Python's tracebacks") | ||||
|     (description | ||||
|  | @ -35553,7 +35553,7 @@ a syntax tree of Rust source code.") | |||
| intelligence using Sublime Text's grammars.") | ||||
|     (license license:expat))) | ||||
| 
 | ||||
| (define-public rust-syntect-3.3 | ||||
| (define-public rust-syntect-3 | ||||
|   (package | ||||
|     (inherit rust-syntect-4) | ||||
|     (name "rust-syntect") | ||||
|  |  | |||
		Reference in a new issue