gnu: asymptote: Update to 2.79.
* gnu/packages/plotutils.scm (asymptote): Update to 2.79.
This commit is contained in:
		
							parent
							
								
									53abcfb1c3
								
							
						
					
					
						commit
						57aeaba02e
					
				
					 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.78")
 | 
					    (version "2.79")
 | 
				
			||||||
    (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 "1kmx21nb7pn7z9prb684wrig5pn46w82hd31dj74nz4amqwz60mg"))
 | 
					        (base32 "060gy2h1wa3ivjn51g21g7vh79jn74zbkz5ha5pq45bxqn4xs5cs"))
 | 
				
			||||||
       (modules '((guix build utils)))
 | 
					       (modules '((guix build utils)))
 | 
				
			||||||
       (snippet
 | 
					       (snippet
 | 
				
			||||||
        ;; Remove bundled RapidJSON.
 | 
					        ;; Remove bundled RapidJSON.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue