me
/
guix
Archived
1
0
Fork 0

gnu: emacs-gnuplot: Update to 0.8.1.

* gnu/packages/emacs-xyz.scm (emacs-gnuplot): Update to 0.8.1.
master
Nicolas Goaziou 2023-02-19 11:34:49 +01:00
parent 14e6a5fdd8
commit e6b4fb5c6a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17421,7 +17421,7 @@ gnugo-image-display-mode}.")
(define-public emacs-gnuplot
(package
(name "emacs-gnuplot")
(version "0.8.0")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -17430,7 +17430,7 @@ gnugo-image-display-mode}.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "09y177sq24gs7wwjihw59g0m4n1rv2ws9890ynxjxawv823r0fxm"))))
(base32 "0s0k18ibi4b2vn6l7rwdk79g6ck6xafxzzbja8a8y0r8ljfssfgb"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacsorphanage/gnuplot-mode")
(synopsis "Emacs major mode for interacting with Gnuplot")