guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-olivetti: Update to 1.8.0.


From: guix-commits
Subject: 01/01: gnu: emacs-olivetti: Update to 1.8.0.
Date: Tue, 17 Sep 2019 17:15:34 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 7026ecc122c6470b9a2fbb88d4448a74b948647e
Author: Björn Höfling <address@hidden>
Date:   Tue Sep 17 23:05:18 2019 +0200

    gnu: emacs-olivetti: Update to 1.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-olivetti)[version]: Update to 1.8.0.
    [source]: Use github instead of melpa.
---
 gnu/packages/emacs-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 28443ae..d684426 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2126,15 +2126,16 @@ a command.")
 (define-public emacs-olivetti
   (package
     (name "emacs-olivetti")
-    (version "1.5.7")
+    (version "1.8.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://stable.melpa.org/packages/olivetti-";
-                    version ".el"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/rnkn/olivetti.git";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1yj2ylg46q0pw1xzlv2b0fv9x8p56x25284s9v2smwjr4vf0nwcj"))))
+                "0ba30swqxxbpa8866chymywnahby1hk670zzkz44q49328i2wksj"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/rnkn/olivetti";)
     (synopsis "Emacs minor mode for a nice writing environment")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]