diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | 9dcd6d48ba6f7fc9101ef05b97a62677b09b8a4c (patch) | |
tree | aa790923e609c4afe536e97ee6c5f12ab9862858 /gnu | |
parent | 49239397adb32e64342f7adbb8ef3fe68b6fe1bb (diff) | |
download | guix-9dcd6d48ba6f7fc9101ef05b97a62677b09b8a4c.tar.gz guix-9dcd6d48ba6f7fc9101ef05b97a62677b09b8a4c.zip |
gnu: asymptote: Update to 2.86.
* gnu/packages/plotutils.scm (asymptote): Update to 2.86.
Diffstat (limited to 'gnu')
-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 fde3e5bd5c..114cde6f1f 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -276,14 +276,14 @@ colors, styles, options and details.") (define-public asymptote (package (name "asymptote") - (version "2.85") + (version "2.86") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/asymptote/" version "/asymptote-" version ".src.tgz")) (sha256 - (base32 "11zcfnc80sbh10w53j4rwnmz0g5xj78b8i7hzfslgya15jv5j1ac")) + (base32 "07y9yg7kdkgmz024qzny8xhjw3c367kxfpwzv19cxcy7qcgsvsy4")) (modules '((guix build utils))) (snippet ;; Remove bundled RapidJSON. |