me
/
guix
Archived
1
0
Fork 0

gnu: emacs-f: Update to 0.20.0.

* gnu/packages/emacs.scm (emacs-f): Update to 0.20.0.
master
Tobias Geerinckx-Rice 2018-08-20 13:08:05 +02:00
parent bd0570f21d
commit bc2f9dc3ce
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)