diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-09 08:58:52 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-09 08:58:52 +0100 |
commit | 7d410e91cf764fa4b8d37b07faac3d89fe34a87c (patch) | |
tree | 705d8928e6fe167b1cf718b74cf266b7d5e0df8b /gnu | |
parent | edbcf7ee9a318d34e8a50626f58e1c5089299d44 (diff) | |
download | guix-7d410e91cf764fa4b8d37b07faac3d89fe34a87c.tar.gz |
gnu: emacs-gnuplot: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-gnuplot): Update to 0.8.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0b985422d5..01481fcd4f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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") |