GNU bug report logs -
#54880
[PATCH] gnu: emacs-scratch-el: Update to 1.4.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 12 Apr 2022 10:17:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-scratch-el): Update to 1.4.
---
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 005f34e569..05730c1386 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16816,7 +16816,7 @@ (define-public emacs-org-tree-slide
(define-public emacs-scratch-el
(package
(name "emacs-scratch-el")
- (version "1.3")
+ (version "1.4")
(source
(origin
(method git-fetch)
@@ -16825,7 +16825,7 @@ (define-public emacs-scratch-el
(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))
--
2.35.1
This bug report was last modified 3 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.