mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ob-asymptote: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-ob-asymptote): Update to 1.0.2. Change-Id: I0fe7a1ea5762f966f32e9d938a6ff2a2e8725142
This commit is contained in:
parent
407a948ca1
commit
0c799ea004
1 changed files with 2 additions and 2 deletions
|
@ -10597,14 +10597,14 @@ source code using IPython.")
|
|||
(define-public emacs-ob-asymptote
|
||||
(package
|
||||
(name "emacs-ob-asymptote")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/ob-asymptote-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "0f1vpq691pna1p1lgqw2nzmdw25sjsmpcvgm2lj7n14kg7dizxal"))))
|
||||
(base32 "0b9glzj3aq39rksb0bg4qvsnqknwjk7lbixapw9695hfr2l4hv02"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/hurrja/ob-asymptote")
|
||||
(synopsis "Babel functions for Asymptote")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue