[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/30: gnu: emacs-with-editor: Update to 2.8.3.
From: |
guix-commits |
Subject: |
01/30: gnu: emacs-with-editor: Update to 2.8.3. |
Date: |
Tue, 25 Jun 2019 02:56:18 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f80ad8f03505da1f3b8bef531daefb219ac1ee7d
Author: Brian Leung <address@hidden>
Date: Sat Jun 15 03:00:18 2019 +0200
gnu: emacs-with-editor: Update to 2.8.3.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.8.3.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dcdbcf7..64105e7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -236,7 +236,7 @@ configuration files, such as .gitattributes, .gitignore,
and .git/config.")
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
- (version "2.8.0")
+ (version "2.8.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -245,7 +245,7 @@ configuration files, such as .gitattributes, .gitignore,
and .git/config.")
(file-name (git-file-name name version))
(sha256
(base32
- "1bbzvxnjpxqyvi808isld025b3pcidn4r2xf8hnk9bmzcfdvdr6q"))))
+ "1z2h9casyw1b93ikq2mf9xixyvbl90zddf0s66lqfiyj2y376pq3"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))
- branch master updated (e746d1c -> b04cc2f), guix-commits, 2019/06/25
- 02/30: gnu: emacs-prescient: Update to 3.1., guix-commits, 2019/06/25
- 01/30: gnu: emacs-with-editor: Update to 2.8.3.,
guix-commits <=
- 03/30: gnu: emacs-company: Update to 0.9.10., guix-commits, 2019/06/25
- 06/30: gnu: emacs-tide: Don't use unstable tarball., guix-commits, 2019/06/25
- 04/30: gnu: emacs-nodejs-repl: Update to 0.2.1., guix-commits, 2019/06/25
- 05/30: gnu: emacs-typescript-mode: Don't use unstable tarball., guix-commits, 2019/06/25
- 07/30: gnu: emacs-wgrep: Don't use unstable tarball., guix-commits, 2019/06/25
- 11/30: gnu: emacs-evil-matchit: Update to 2.3.0., guix-commits, 2019/06/25
- 09/30: gnu: emacs-evil-surround: Update to 1.0.4., guix-commits, 2019/06/25
- 10/30: gnu: emacs-erc-hl-nicks: Don't use unstable tarball., guix-commits, 2019/06/25
- 14/30: gnu: emacs-magit-todos: Update to 1.2., guix-commits, 2019/06/25
- 18/30: gnu: Add emacs-frecency., guix-commits, 2019/06/25