mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-scratch-el: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-scratch-el): Update to 1.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
473676dd66
commit
6309131949
1 changed files with 2 additions and 2 deletions
|
@ -16821,7 +16821,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
|
||||||
(define-public emacs-scratch-el
|
(define-public emacs-scratch-el
|
||||||
(package
|
(package
|
||||||
(name "emacs-scratch-el")
|
(name "emacs-scratch-el")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16830,7 +16830,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555"))))
|
(base32 "174d8ancnkgb7q62196kd6nrfib6rnwxw4visgbk1c6yd1w8kray"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue