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:
Nicolas Goaziou 2024-12-24 13:54:59 +01:00
parent 90a407a427
commit 01f3e40b90
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")