[PATCH] gnu: emacs-browse-at-remote: Update to 0.14.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200820134102.27990-1-mike@rohleder.de
* 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(-)

Toggle diff (24 lines)
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
Michael Rohleder wrote 5 years ago
(address . 42954-done@debbugs.gnu.org)
87ft8gsxji.fsf@rohleder.de
done with 25a6846462
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42954@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42954
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help