me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.4.
master
Oleg Pykhalov 2020-08-15 13:50:23 +03:00
parent e6bdc6949b
commit d82a5e70c8
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
(version "2.9.2")
(version "2.9.4")
(source
(origin
(method git-fetch)
@ -388,7 +388,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1m8bm8q5zakfjdkd0662gbkvzmcrlkxy1856xns2nfiflrkpw88b"))))
(base32 "1z3214zjf3dassb31k14gq4nbr3q8g5x87ydfah28hm4j08v0wb3"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))