diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 13:08:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 16:35:55 +0200 |
commit | bc2f9dc3cec7f7523249f6da29fba75880f71e6f (patch) | |
tree | 2ad019a983e7a72f078b6da3eae445566c561392 /gnu/packages/emacs.scm | |
parent | bd0570f21d6b49c251becc393c95ce8d744a8f9d (diff) | |
download | guix-bc2f9dc3cec7f7523249f6da29fba75880f71e6f.tar.gz |
gnu: emacs-f: Update to 0.20.0.
* gnu/packages/emacs.scm (emacs-f): Update to 0.20.0.
Diffstat (limited to 'gnu/packages/emacs.scm')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6fe881c19f..2322581a30 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1876,7 +1876,7 @@ Stack Overflow, Super User, and other StackExchange sites.") (define-public emacs-f (package (name "emacs-f") - (version "0.19.0") + (version "0.20.0") (source (origin (method git-fetch) (uri (git-reference @@ -1885,7 +1885,7 @@ Stack Overflow, Super User, and other StackExchange sites.") (file-name (git-file-name name version)) (sha256 (base32 - "1j6gc2pp5w3iwyjm4h3d0ahzs0ac3pah8lzfhpg4nkibl0nc1bcg")))) + "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-s" ,emacs-s) |