[PATCH 5/7] gnu: emacs-with-editor: Update to 2.8.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Jelle Licht
  • Ludovic Courtès
  • Jelle Licht
Owner
unassigned
Submitted by
Jelle Licht
Severity
normal
J
J
Jelle Licht wrote on 29 Dec 2018 16:02
(address . guix-patches@gnu.org)(name . Jelle Licht)(address . jlicht@fsfe.org)
20181229150301.30567-6-jlicht@fsfe.org
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.8.0.
[source]: Use 'git-fetch'.
---
gnu/packages/emacs.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7181d05a3..335d315d3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -433,16 +433,16 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
- (version "2.7.3")
+ (version "2.8.0")
(source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/magit/with-editor/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (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
- "1ln2s0kckzkv50qmr6x1kb2j30cfjii0vs6lpghg7ff4lav8jqgh"))))
+ "1bbzvxnjpxqyvi808isld025b3pcidn4r2xf8hnk9bmzcfdvdr6q"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))
--
2.20.1
L
L
Ludovic Courtès wrote on 9 Jan 2019 16:45
(name . Jelle Licht)(address . jlicht@fsfe.org)(address . 33910@debbugs.gnu.org)
87ef9l6div.fsf@gnu.org
Jelle Licht <jlicht@fsfe.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/emacs.scm (emacs-with-editor): Update to 2.8.0.
> [source]: Use 'git-fetch'.

OK!
J
J
Jelle Licht wrote on 9 Jan 2019 23:11
control message for bug #33910
(address . control@debbugs.gnu.org)
87d0p5fpmo.fsf@gmail.com
tags 33910 fixed
close 33910
?