[PATCH] gnu: emacs-sparql-mode: Update to 4.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • 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)
20200824165744.13518-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Update to 4.0.2.
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1efcf8f6a4..9d9a2498c3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7367,7 +7367,7 @@ ongoing operations.")
(define-public emacs-sparql-mode
(package
(name "emacs-sparql-mode")
- (version "2.0.1")
+ (version "4.0.2")
(source
(origin
(method git-fetch)
@@ -7376,8 +7376,9 @@ ongoing operations.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ywhqk6n5k0l85zjwbnrivnvxjzqipqrggv06lify6yv18qmyl6s"))))
+ (base32 "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn"))))
(build-system emacs-build-system)
+ (propagated-inputs `(("emacs-company" ,emacs-company)))
(home-page "https://github.com/ljos/sparql-mode")
(synopsis "SPARQL mode for Emacs")
(description "This package provides a major mode for Emacs that provides
--
2.28.0
Nicolas Goaziou wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43027-done@debbugs.gnu.org)
87r1rvqhfs.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Update to 4.0.2.

Applied. Thanks.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 43027
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