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 @@ (define-public ploticus
|
|||
(define-public asymptote
|
||||
(package
|
||||
(name "asymptote")
|
||||
(version "2.78")
|
||||
(version "2.79")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/asymptote/"
|
||||
version "/asymptote-" version ".src.tgz"))
|
||||
(sha256
|
||||
(base32 "1kmx21nb7pn7z9prb684wrig5pn46w82hd31dj74nz4amqwz60mg"))
|
||||
(base32 "060gy2h1wa3ivjn51g21g7vh79jn74zbkz5ha5pq45bxqn4xs5cs"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled RapidJSON.
|
||||
|
|
Loading…
Reference in a new issue