mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: asymptote: Update to 2.89.
* gnu/packages/plotutils.scm (asymptote): Update to 2.89. Change-Id: I9ef6e0f3a873dce87ec0f1937816cdaad3a504a6
This commit is contained in:
parent
ad366e5423
commit
88bfeb5d0e
1 changed files with 2 additions and 2 deletions
|
@ -276,14 +276,14 @@ (define-public ploticus
|
||||||
(define-public asymptote
|
(define-public asymptote
|
||||||
(package
|
(package
|
||||||
(name "asymptote")
|
(name "asymptote")
|
||||||
(version "2.88")
|
(version "2.89")
|
||||||
(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 "1fzm58md2kc32sj19bksnd8yzkg47z5pblkxp28r7vm67xs1mrqd"))
|
(base32 "0nvzlnabxjn74ybv3jns9vsr33prlvlg3i20hskz31agxss64kpn"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled RapidJSON.
|
;; Remove bundled RapidJSON.
|
||||||
|
|
Loading…
Reference in a new issue