unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43027] [PATCH] gnu: emacs-sparql-mode: Update to 4.0.2.
@ 2020-08-24 16:57 Michael Rohleder
  2020-08-25  8:05 ` bug#43027: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-24 16:57 UTC (permalink / raw)
  To: 43027; +Cc: Michael Rohleder

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43027: [PATCH] gnu: emacs-sparql-mode: Update to 4.0.2.
  2020-08-24 16:57 [bug#43027] [PATCH] gnu: emacs-sparql-mode: Update to 4.0.2 Michael Rohleder
@ 2020-08-25  8:05 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-08-25  8:05 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 43027-done

Hello,

Michael Rohleder <mike@rohleder.de> writes:

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

Applied. Thanks.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-25  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 16:57 [bug#43027] [PATCH] gnu: emacs-sparql-mode: Update to 4.0.2 Michael Rohleder
2020-08-25  8:05 ` bug#43027: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).