gnu: emacs-olivetti: Update to 1.8.0.
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Tue, 17 Sep 2019 21:05:18 +0000 (23:05 +0200)
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Tue, 17 Sep 2019 21:12:01 +0000 (23:12 +0200)
* gnu/packages/emacs-xyz.scm (emacs-olivetti)[version]: Update to 1.8.0.
[source]: Use github instead of melpa.

gnu/packages/emacs-xyz.scm

index 28443ae..d684426 100644 (file)
@@ -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")