GNU bug report logs -
#38484
[PATCH] gnu: emacs-olivetti: Update to 1.8.1.
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Wed, 4 Dec 2019 02:29:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#38484: [PATCH] gnu: emacs-olivetti: Update to 1.8.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 38484 <at> debbugs.gnu.org.
--
38484: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38484
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Brett Gilio <brettg <at> posteo.net> writes:
> From 583ab8a28ced0557d6148e5c1a25577ebc9fd749 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Tue, 3 Dec 2019 19:44:20 -0600
> Subject: [PATCH] gnu: emacs-olivetti: Update to 1.8.1.
>
> * gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.8.1.
Thank you for the patch!
I applied and pushed it (19e67f8216).
--
Ricardo
[Message part 3 (message/rfc822, inline)]
[0001-gnu-emacs-olivetti-Update-to-1.8.1.patch (text/x-patch, inline)]
From 583ab8a28ced0557d6148e5c1a25577ebc9fd749 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Tue, 3 Dec 2019 19:44:20 -0600
Subject: [PATCH] gnu: emacs-olivetti: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.8.1.
---
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 0e852676be..16135c91e5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2242,7 +2242,7 @@ a command.")
(define-public emacs-olivetti
(package
(name "emacs-olivetti")
- (version "1.8.0")
+ (version "1.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2251,7 +2251,7 @@ a command.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ba30swqxxbpa8866chymywnahby1hk670zzkz44q49328i2wksj"))))
+ "1fbj9s49y5yx5i429awv9rybacfgvhwp7v5h0zw67bpgx4qs44pa"))))
(build-system emacs-build-system)
(home-page "https://github.com/rnkn/olivetti")
(synopsis "Emacs minor mode for a nice writing environment")
--
2.24.0
This bug report was last modified 5 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.