mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: emacs-scratch-el: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-scratch-el): Update to 1.3.
This commit is contained in:
parent
6e8cdf1d26
commit
bad548161e
1 changed files with 30 additions and 32 deletions
|
@ -14425,20 +14425,18 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-scratch-el
|
||||
(let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-scratch-el")
|
||||
(version (git-version "1.2" revision commit))
|
||||
(source (origin
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ieure/scratch-el")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
|
||||
(base32 "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
|
@ -14460,7 +14458,7 @@ scratch buffers that are in the same mode as the current buffer. This is
|
|||
notably useful when working on code in some language; you may grab code into a
|
||||
scratch buffer, and, by virtue of this extension, do so using the Emacs
|
||||
formatting rules for that language.")
|
||||
(license license:bsd-2))))
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public emacs-kv
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue