mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +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:
parent
edbcf7ee9a
commit
7d410e91cf
1 changed files with 2 additions and 2 deletions
|
@ -12606,7 +12606,7 @@ (define-public emacs-gnugo
|
|||
(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 @@ (define-public emacs-gnuplot
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue