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:
Michael Rohleder 2022-04-12 12:16:30 +02:00 committed by Mathieu Othacehe
parent 473676dd66
commit 6309131949
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -16821,7 +16821,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
(define-public emacs-scratch-el
(package
(name "emacs-scratch-el")
(version "1.3")
(version "1.4")
(source
(origin
(method git-fetch)
@ -16830,7 +16830,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555"))))
(base32 "174d8ancnkgb7q62196kd6nrfib6rnwxw4visgbk1c6yd1w8kray"))))
(build-system emacs-build-system)
(native-inputs
(list texinfo))