gnu: rust-regex-1: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.7.1.
This commit is contained in:
		
							parent
							
								
									144efbeb40
								
							
						
					
					
						commit
						4b619cd7ef
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -46324,14 +46324,14 @@ memory to speed up reallocation.") | ||||||
| (define-public rust-regex-1 | (define-public rust-regex-1 | ||||||
|   (package |   (package | ||||||
|     (name "rust-regex") |     (name "rust-regex") | ||||||
|     (version "1.6.0") |     (version "1.7.1") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (crate-uri "regex" version)) |        (uri (crate-uri "regex" version)) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (string-append name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "12wqvyh4i75j7pc8sgvmqh4yy3qaj4inc4alyv1cdf3lf4kb6kjc")))) |         (base32 "0czp6hxg02lm02hvlhp9xjkd65cjcagw119crnaznwd5idsabaj8")))) | ||||||
|     (build-system cargo-build-system) |     (build-system cargo-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:cargo-inputs |      `(#:cargo-inputs | ||||||
|  |  | ||||||
		Reference in a new issue