GNU bug report logs -
#29037
[PATCH 0/5] Update various Emacs packages
Previous Next
Reported by: Kyle Meyer <kyle <at> kyleam.com>
Date: Sat, 28 Oct 2017 03:58:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #11 received at 29037 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs.scm (emacs-f): Update to 0.19.0.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 132196633..c38ba7405 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1698,7 +1698,7 @@ Stack Overflow, Super User, and other StackExchange sites.")
(define-public emacs-f
(package
(name "emacs-f")
- (version "0.18.2")
+ (version "0.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1707,7 +1707,7 @@ Stack Overflow, Super User, and other StackExchange sites.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1926shh2ymdsgz05c6q181mzzz1rci99ch568j151xi865jinyg5"))))
+ "05195n80ywa68qykxn7dza6qd59rhakvlzhaa9l6mcpmjf9l9grs"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-s" ,emacs-s)
--
2.14.3
This bug report was last modified 7 years and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.