gnu: rust-tera-1: Update to 1.15.0.
* gnu/packages/crates-io.scm (rust-tera-1): Update to 1.15.0.
This commit is contained in:
		
							parent
							
								
									508960f95a
								
							
						
					
					
						commit
						0f98efa869
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -61392,20 +61392,20 @@ directories.") | ||||||
| (define-public rust-tera-1 | (define-public rust-tera-1 | ||||||
|   (package |   (package | ||||||
|     (name "rust-tera") |     (name "rust-tera") | ||||||
|     (version "1.6.1") |     (version "1.15.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (crate-uri "tera" version)) |        (uri (crate-uri "tera" version)) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (string-append name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1p7qzd8akd4xk4b23dmdrqw9q8061xkl1mar34j3f2glmizapipa")))) |         (base32 "13dmx1qfn66v55l54gddp89mi82ghszwml9jyv75phhmnqqwijnk")))) | ||||||
|     (build-system cargo-build-system) |     (build-system cargo-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:skip-build? #t |      `(#:skip-build? #t | ||||||
|        #:cargo-inputs |        #:cargo-inputs | ||||||
|        (("rust-chrono" ,rust-chrono-0.4) |        (("rust-chrono" ,rust-chrono-0.4) | ||||||
|         ("rust-chrono-tz" ,rust-chrono-tz-0.5) |         ("rust-chrono-tz" ,rust-chrono-tz-0.6) | ||||||
|         ("rust-globwalk" ,rust-globwalk-0.8) |         ("rust-globwalk" ,rust-globwalk-0.8) | ||||||
|         ("rust-humansize" ,rust-humansize-1) |         ("rust-humansize" ,rust-humansize-1) | ||||||
|         ("rust-lazy-static" ,rust-lazy-static-1) |         ("rust-lazy-static" ,rust-lazy-static-1) | ||||||
|  |  | ||||||
		Reference in a new issue