mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eval-sexp-fu-el: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-eval-sexp-fu-el): Update to 0.6.0.
This commit is contained in:
parent
b7f75432a5
commit
a447f26263
1 changed files with 2 additions and 2 deletions
|
@ -23043,7 +23043,7 @@ nodes, and more.")
|
||||||
(define-public emacs-eval-sexp-fu-el
|
(define-public emacs-eval-sexp-fu-el
|
||||||
(package
|
(package
|
||||||
(name "emacs-eval-sexp-fu-el")
|
(name "emacs-eval-sexp-fu-el")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23053,7 +23053,7 @@ nodes, and more.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"))))
|
"19rv0kwajq0j8inglp84sml23ci74wdcvp5bl6zxbw5skqpf6phr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/hchbaw/eval-sexp-fu.el")
|
(home-page "https://github.com/hchbaw/eval-sexp-fu.el")
|
||||||
(synopsis "Enhancements for evaluating s-expressions")
|
(synopsis "Enhancements for evaluating s-expressions")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue