diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-12-10 19:19:35 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-10 19:19:35 +0100 |
| commit | f4a9869bbcd5dcf12769c00e26c228bcbb2e06e9 (patch) | |
| tree | bcf431501956c6bf62cecd772cc1a88b9482bced /gnu | |
| parent | 8b304ac633d180a17e015651ccf2070511aa5040 (diff) | |
gnu: book-emacs-lisp-elements: Update to 2.0.0.
* gnu/packages/books.scm (book-emacs-lisp-elements): Update to 2.0.0.
Change-Id: I2b2acd0704d63a980481a94e46b5e768eba46d71
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/books.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm index 6738128ecbf..367a36d7973 100644 --- a/gnu/packages/books.scm +++ b/gnu/packages/books.scm @@ -338,7 +338,7 @@ parallel study, and original language study.") (define-public book-emacs-lisp-elements (package (name "book-emacs-lisp-elements") - (version "1.0.0") + (version "2.0.0") (source (origin (method git-fetch) @@ -347,7 +347,7 @@ parallel study, and original language study.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1fwbj2hrb33blknxd3qrm7jjs2ixrbyc77788i37qvn6v1y741ry")))) + (base32 "0w3jxgkynq37rn7c17pnricykqf3gmq4crsvkz2j2g3hc0ydf6qp")))) (build-system emacs-build-system) (arguments (list @@ -361,8 +361,8 @@ parallel study, and original language study.") (home-page "https://protesilaos.com/emacs/emacs-lisp-elements") (synopsis "Overview of the Emacs Lisp programming language") (description - "Emacs Lisp Elements is a book written by Protesilaos Stavrou, providing a big -picture view of the @acronym{Elisp, Emacs Lisp} programming language by + "Emacs Lisp Elements is a book written by Protesilaos Stavrou, providing +a big picture view of the @acronym{Elisp, Emacs Lisp} programming language by combining prose with code. This book aims to provide an idea of how Elisp works by showing some of the main concepts and patterns encountered in everyday Elisp code. |
