gnu: asymptote: Update to 2.80.
* gnu/packages/plotutils.scm (asymptote): Update to 2.80. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									7488c73dd2
								
							
						
					
					
						commit
						267176babc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -269,14 +269,14 @@ colors, styles, options and details.") | ||||||
| (define-public asymptote | (define-public asymptote | ||||||
|   (package |   (package | ||||||
|     (name "asymptote") |     (name "asymptote") | ||||||
|     (version "2.79") |     (version "2.80") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (string-append "mirror://sourceforge/asymptote/" |        (uri (string-append "mirror://sourceforge/asymptote/" | ||||||
|                            version "/asymptote-" version ".src.tgz")) |                            version "/asymptote-" version ".src.tgz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "060gy2h1wa3ivjn51g21g7vh79jn74zbkz5ha5pq45bxqn4xs5cs")) |         (base32 "0mhpvsjgw8av5rgkqlb0m8njc4fsfw5ddlx5121iyn29vjbx0rk2")) | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|        (snippet |        (snippet | ||||||
|         ;; Remove bundled RapidJSON. |         ;; Remove bundled RapidJSON. | ||||||
|  |  | ||||||
		Reference in a new issue