mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-gnuplot: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-gnuplot): Update to 0.8.1.
This commit is contained in:
parent
14e6a5fdd8
commit
e6b4fb5c6a
1 changed files with 2 additions and 2 deletions
|
@ -17421,7 +17421,7 @@ (define-public emacs-gnugo
|
||||||
(define-public emacs-gnuplot
|
(define-public emacs-gnuplot
|
||||||
(package
|
(package
|
||||||
(name "emacs-gnuplot")
|
(name "emacs-gnuplot")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17430,7 +17430,7 @@ (define-public emacs-gnuplot
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09y177sq24gs7wwjihw59g0m4n1rv2ws9890ynxjxawv823r0fxm"))))
|
(base32 "0s0k18ibi4b2vn6l7rwdk79g6ck6xafxzzbja8a8y0r8ljfssfgb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emacsorphanage/gnuplot-mode")
|
(home-page "https://github.com/emacsorphanage/gnuplot-mode")
|
||||||
(synopsis "Emacs major mode for interacting with Gnuplot")
|
(synopsis "Emacs major mode for interacting with Gnuplot")
|
||||||
|
|
Loading…
Reference in a new issue