me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -23043,7 +23043,7 @@ nodes, and more.")
(define-public emacs-eval-sexp-fu-el
(package
(name "emacs-eval-sexp-fu-el")
(version "0.5.0")
(version "0.6.0")
(source
(origin
(method git-fetch)
@ -23053,7 +23053,7 @@ nodes, and more.")
(file-name (git-file-name name version))
(sha256
(base32
"01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"))))
"19rv0kwajq0j8inglp84sml23ci74wdcvp5bl6zxbw5skqpf6phr"))))
(build-system emacs-build-system)
(home-page "https://github.com/hchbaw/eval-sexp-fu.el")
(synopsis "Enhancements for evaluating s-expressions")