3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-gnuplot: Update to 0.8.0.

* gnu/packages/emacs-xyz.scm (emacs-gnuplot): Update to 0.8.0.
This commit is contained in:
Nicolas Goaziou 2021-02-09 08:58:52 +01:00
parent edbcf7ee9a
commit 7d410e91cf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12606,7 +12606,7 @@ and supports the use of a mouse.")
(define-public emacs-gnuplot
(package
(name "emacs-gnuplot")
(version "0.7.0")
(version "0.8.0")
(source
(origin
(method git-fetch)
@ -12615,7 +12615,7 @@ and supports the use of a mouse.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
(base32 "09y177sq24gs7wwjihw59g0m4n1rv2ws9890ynxjxawv823r0fxm"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacsorphanage/gnuplot-mode")
(synopsis "Emacs major mode for interacting with Gnuplot")