diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-23 10:06:59 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-23 10:06:59 +0100 |
| commit | cb0bf6a55fb306e15e8f2631575b007c9d6f9b6c (patch) | |
| tree | 896c6c16d193379b14c9c0ef5f3195fadce73b88 /gnu/packages/plotutils.scm | |
| parent | d25a4e49d7c908ac6c2ae46b36778b5930ffbbf3 (diff) | |
gnu: asymptote: Update to 2.77.
* gnu/packages/plotutils.scm (asymptote): Update to 2.77.
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 bb48135cd88..c0cbd24c9df 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -268,14 +268,14 @@ colors, styles, options and details.") | |||
| 268 | (define-public asymptote | 268 | (define-public asymptote |
| 269 | (package | 269 | (package |
| 270 | (name "asymptote") | 270 | (name "asymptote") |
| 271 | (version "2.76") | 271 | (version "2.77") |
| 272 | (source | 272 | (source |
| 273 | (origin | 273 | (origin |
| 274 | (method url-fetch) | 274 | (method url-fetch) |
| 275 | (uri (string-append "mirror://sourceforge/asymptote/" | 275 | (uri (string-append "mirror://sourceforge/asymptote/" |
| 276 | version "/asymptote-" version ".src.tgz")) | 276 | version "/asymptote-" version ".src.tgz")) |
| 277 | (sha256 | 277 | (sha256 |
| 278 | (base32 "00pnicffs464wams518fjylms1jd3nrdv7y1a13b4ak113fpajpj")))) | 278 | (base32 "0v5r8g3b7f2dxsiba4f3yrgfkigr5nsdhg6jrdsnqrmf6y7dqgdf")))) |
| 279 | (build-system gnu-build-system) | 279 | (build-system gnu-build-system) |
| 280 | ;; Note: The 'asy' binary retains a reference to docdir for use with its | 280 | ;; Note: The 'asy' binary retains a reference to docdir for use with its |
| 281 | ;; "help" command in interactive mode, so adding a "doc" output is not | 281 | ;; "help" command in interactive mode, so adding a "doc" output is not |
