[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: emacs-scratch-el: Update to 1.4.
From: |
guix-commits |
Subject: |
04/04: gnu: emacs-scratch-el: Update to 1.4. |
Date: |
Tue, 26 Apr 2022 03:36:14 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 63091319491e260ec1c510219e5a297d04b22109
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Apr 12 12:16:30 2022 +0200
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>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 80e2d3c1ab..4163a3aa28 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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))