mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-browse-at-remote: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-browse-at-remote): Update to 0.14.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
dfe4d0134b
commit
25a6846462
1 changed files with 2 additions and 2 deletions
|
@ -12223,7 +12223,7 @@ the latest versions of Idris 1.")
|
|||
(define-public emacs-browse-at-remote
|
||||
(package
|
||||
(name "emacs-browse-at-remote")
|
||||
(version "0.10.0")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12232,7 +12232,7 @@ the latest versions of Idris 1.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args"))))
|
||||
(base32 "0bx4ns0jb0sqrjk1nsspvl3mhz3n12925azf7brlwb1vcgnji09v"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-f" ,emacs-f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue