gnu: rust-regex-syntax: Update to 0.6.14.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.14. [arguments]: Don't skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									728aa0f546
								
							
						
					
					
						commit
						2f841254c5
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -5,6 +5,7 @@ | |||
| ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org> | ||||
| ;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr> | ||||
| ;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu> | ||||
| ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> | ||||
| ;;; | ||||
| ;;; This file is part of GNU Guix. | ||||
| ;;; | ||||
|  | @ -9763,7 +9764,7 @@ uses finite automata and guarantees linear time matching on all inputs.") | |||
| (define-public rust-regex-syntax-0.6 | ||||
|   (package | ||||
|     (name "rust-regex-syntax") | ||||
|     (version "0.6.13") | ||||
|     (version "0.6.14") | ||||
|     (source | ||||
|       (origin | ||||
|         (method url-fetch) | ||||
|  | @ -9771,9 +9772,8 @@ uses finite automata and guarantees linear time matching on all inputs.") | |||
|         (file-name (string-append name "-" version ".crate")) | ||||
|         (sha256 | ||||
|          (base32 | ||||
|           "141xi6yiji0bc04c4skamd4ny9vnd1jrwc7qzfga425lyn8yhd77")))) | ||||
|           "01myl8xqpbnird23xnsb92sjmz1cmp69r6m7y3dwbpmsx4zzx3dj")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments '(#:skip-build? #t)) | ||||
|     (home-page "https://github.com/rust-lang/regex") | ||||
|     (synopsis "Regular expression parser") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue