GNU bug report logs -
#42954
[PATCH] gnu: emacs-browse-at-remote: Update to 0.14.0.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Thu, 20 Aug 2020 13:42:02 UTC
Severity: normal
Tags: patch
Done: Michael Rohleder <mike <at> rohleder.de>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-browse-at-remote): Update to 0.14.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bd8f0fcc80..7167ffcae3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12218,7 +12218,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)
@@ -12227,7 +12227,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)
--
2.28.0
This bug report was last modified 4 years and 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.