me
/
guix
Archived
1
0
Fork 0

gnu: emacs-let-alist: Update to 1.0.6.

* gnu/packages/emacs-xyz.scm (emacs-let-alist): Update to 1.0.6.
master
Tobias Geerinckx-Rice 2019-10-13 15:36:15 +02:00
parent d0b9fc9a89
commit d3dfeaa8fe
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -12583,15 +12583,14 @@ for operating over the contents of Emacs buffers.")
(define-public emacs-let-alist (define-public emacs-let-alist
(package (package
(name "emacs-let-alist") (name "emacs-let-alist")
(version "1.0.5") (version "1.0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://elpa.gnu.org/packages/let-alist-" version ".el")) "https://elpa.gnu.org/packages/let-alist-" version ".el"))
(sha256 (sha256
(base32 (base32 "0szj7vnjzz4zci5fvz7xqgcpi4pzdyyf4qi2s8xar2hi7v3yaawr"))))
"0r7b9jni50la1m79kklml11syg8d2fmdlr83pv005sv1wh02jszw"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/let-alist.html") (home-page "https://elpa.gnu.org/packages/let-alist.html")
(synopsis "Easily let-bind values of an assoc-list by their names") (synopsis "Easily let-bind values of an assoc-list by their names")