gnu: emacs-with-editor: Update to 2.9.2.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 6 Jun 2020 18:03:10 +0000 (20:03 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 6 Jun 2020 18:03:10 +0000 (20:03 +0200)
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.2.

gnu/packages/emacs-xyz.scm

index 378fd20..2387693 100644 (file)
@@ -297,16 +297,16 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "2.9.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/magit/with-editor.git")
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1sjb3qqrn1rhmpkrn14l8rya6c3gwxwmgw74n779s54kvl9gn7a9"))))
+    (version "2.9.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/magit/with-editor.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1m8bm8q5zakfjdkd0662gbkvzmcrlkxy1856xns2nfiflrkpw88b"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)))