diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-18 13:28:41 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-18 13:28:41 +0200 |
| commit | e63f7d8086a3d66a33059fe4122b76aa1bcaa651 (patch) | |
| tree | ef0f267f043676515f76ae4c808c98576e40e533 /gnu/packages/plotutils.scm | |
| parent | 373731737fbe082e5e684eae78629df16e3fd61b (diff) | |
gnu: asymptote: Update to 2.83.
* gnu/packages/plotutils.scm (asymptote): Update to 2.83.
Diffstat (limited to 'gnu/packages/plotutils.scm')
| -rw-r--r-- | gnu/packages/plotutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index a5e1a1ad550..678963575e4 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -269,14 +269,14 @@ colors, styles, options and details.") | |||
| 269 | (define-public asymptote | 269 | (define-public asymptote |
| 270 | (package | 270 | (package |
| 271 | (name "asymptote") | 271 | (name "asymptote") |
| 272 | (version "2.82") | 272 | (version "2.83") |
| 273 | (source | 273 | (source |
| 274 | (origin | 274 | (origin |
| 275 | (method url-fetch) | 275 | (method url-fetch) |
| 276 | (uri (string-append "mirror://sourceforge/asymptote/" | 276 | (uri (string-append "mirror://sourceforge/asymptote/" |
| 277 | version "/asymptote-" version ".src.tgz")) | 277 | version "/asymptote-" version ".src.tgz")) |
| 278 | (sha256 | 278 | (sha256 |
| 279 | (base32 "13blmsapbai4hqynyj1r1sjpypdv6frfassl2f2x7j2ql1dbqvsg")) | 279 | (base32 "18w8nf0p1b3h74sk1b7w96kq5gcaq09idi4771ini7p594gsfg7y")) |
| 280 | (modules '((guix build utils))) | 280 | (modules '((guix build utils))) |
| 281 | (snippet | 281 | (snippet |
| 282 | ;; Remove bundled RapidJSON. | 282 | ;; Remove bundled RapidJSON. |
