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:
Nicolas Goaziou 2021-02-18 15:57:05 +01:00
parent b7f75432a5
commit a447f26263
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")