[PATCH] gnu: emacs-olivetti: Update to 1.8.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 5 years ago
(address . guix-patches@gnu.org)
87blsoj04p.fsf@posteo.net
From 583ab8a28ced0557d6148e5c1a25577ebc9fd749 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@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(-)

Toggle diff (24 lines)
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
Ricardo Wurmus wrote 5 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 38484-done@debbugs.gnu.org)
87sgm0eck9.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 583ab8a28ced0557d6148e5c1a25577ebc9fd749 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38484@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38484
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help