Archived
1
0
Fork 0

gnu: emacs-with-editor: Update to 2.9.2.

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.2.
This commit is contained in:
Nicolas Goaziou 2020-06-06 20:03:10 +02:00
parent 8ad05ef697
commit a2ebb515db
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View 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)))