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.1.
* gnu/packages/emacs-xyz.scm (emacs-ob-asymptote): Update to 1.0.1. Change-Id: Ic5ef037494482c74d7b7508e09cd53238f71812d
This commit is contained in:
parent
90a407a427
commit
01f3e40b90
1 changed files with 2 additions and 2 deletions
|
@ -9775,14 +9775,14 @@ source code using IPython.")
|
|||
(define-public emacs-ob-asymptote
|
||||
(package
|
||||
(name "emacs-ob-asymptote")
|
||||
(version "1.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/ob-asymptote-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "1hmqbkrqg18w454xg37rg5cg0q3vd0b0fm14n5chihqrwwnwrf4l"))))
|
||||
(base32 "0f1vpq691pna1p1lgqw2nzmdw25sjsmpcvgm2lj7n14kg7dizxal"))))
|
||||
(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