gnu: tectonic: Update to 0.7.0.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.7.0.
This commit is contained in:
		
							parent
							
								
									dcd94ee855
								
							
						
					
					
						commit
						019c862a67
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -587,14 +587,14 @@ gitignore rules.") | ||||||
| (define-public tectonic | (define-public tectonic | ||||||
|   (package |   (package | ||||||
|     (name "tectonic") |     (name "tectonic") | ||||||
|     (version "0.6.4") |     (version "0.7.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (crate-uri "tectonic" version)) |        (uri (crate-uri "tectonic" version)) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (string-append name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1h6m0mxqd8580c82dknja7qqhkg1pbvwmw4rlzfr1ndfjrcbk3al")))) |         (base32 "1x6i97dl28y6wxpq2r4dcsa853sa4yw5vhl79qdb44q5wsd6ba1f")))) | ||||||
|     (build-system cargo-build-system) |     (build-system cargo-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:rust ,rust-1.52 |      `(#:rust ,rust-1.52 | ||||||
|  |  | ||||||
		Reference in a new issue