[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
229/285: gnu: emacs-graphql: Adjust indentation.
From: |
guix-commits |
Subject: |
229/285: gnu: emacs-graphql: Adjust indentation. |
Date: |
Sun, 29 Dec 2019 20:44:36 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 833574a8bfbc3bda7465697e10d0336324d1a5ac
Author: Brett Gilio <address@hidden>
Date: Fri Dec 27 19:29:03 2019 -0600
gnu: emacs-graphql: Adjust indentation.
* gnu/packages/emacs-xyz.scm (emacs-graphql): Adjust indentation.
---
gnu/packages/emacs-xyz.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 72fa493..b6df55c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -548,33 +548,33 @@ clojure.walk and clojure.zip respectively.")
(define-public emacs-graphql
(package
- (name "emacs-graphql")
- (version "0.1.1")
- (source (origin
- (modules '((guix build utils)))
- ;; Remove examples file with references to external packages as
- ;; they do not exist at compilation time.
- (snippet
- '(begin (delete-file "examples.el")
- #t))
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/vermiculus/graphql.el.git")
- (commit version)))
+ (name "emacs-graphql")
+ (version "0.1.1")
+ (source (origin
+ (modules '((guix build utils)))
+ ;; Remove examples file with references to external packages as
+ ;; they do not exist at compilation time.
+ (snippet
+ '(begin (delete-file "examples.el")
+ #t))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/vermiculus/graphql.el.git")
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"))))
- (build-system emacs-build-system)
- (home-page
- "https://github.com/vermiculus/graphql.el")
- (synopsis "GraphQL utilities")
- (description
- "GraphQL.el provides a generally-applicable domain-specific language for
+ (build-system emacs-build-system)
+ (home-page
+ "https://github.com/vermiculus/graphql.el")
+ (synopsis "GraphQL utilities")
+ (description
+ "GraphQL.el provides a generally-applicable domain-specific language for
creating and executing GraphQL queries against your favorite web services.
GraphQL is a data query language and runtime designed and used to request and
deliver data to mobile and web apps.")
- (license license:gpl3+)))
+ (license license:gpl3+)))
(define-public emacs-ghub
;; We need a newer commit to avoid problems in emacs-forge.
- 03/285: gnu: Add copyright header., (continued)
- 03/285: gnu: Add copyright header., guix-commits, 2019/12/29
- 78/285: gnu: python-sphinx-copybutton: Update to 0.2.6., guix-commits, 2019/12/29
- 83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/29
- 87/285: gnu: python-eventlet: Use HTTPS home page URI., guix-commits, 2019/12/29
- 88/285: gnu: Add python-umap-learn., guix-commits, 2019/12/29
- 89/285: gnu: python-llvmlite: Update to 0.30.0., guix-commits, 2019/12/29
- 93/285: gnu: python-bbknn: Update to 1.3.6., guix-commits, 2019/12/29
- 94/285: gnu: emacs-howm: Modify installation directory in site-lisp., guix-commits, 2019/12/29
- 124/285: gnu: qutebrowser: Add comment about tests., guix-commits, 2019/12/29
- 226/285: gnu: emacs-doom-themes: Update to 2.1.6-3., guix-commits, 2019/12/29
- 229/285: gnu: emacs-graphql: Adjust indentation.,
guix-commits <=
- 232/285: gnu: emacs-reformatter: Adjust indentation., guix-commits, 2019/12/29
- 230/285: gnu: emacs-haskell-mode: Adjust indentation., guix-commits, 2019/12/29
- 234/285: gnu: emacs-emms-mode-line-cycle: Adjust indentation., guix-commits, 2019/12/29
- 238/285: gnu: emacs-direnv: Adjust indentation., guix-commits, 2019/12/29
- 241/285: gnu: emacs-mmm-mode: Adjust indentation., guix-commits, 2019/12/29
- 236/285: gnu: emacs-autothemer: Adjust indentation., guix-commits, 2019/12/29
- 239/285: gnu: emacs-google-maps: Adjust indentation., guix-commits, 2019/12/29
- 242/285: gnu: emacs-tablist: Adjust indentation., guix-commits, 2019/12/29
- 244/285: gnu: emacs-keyfreq: Adjust indentation., guix-commits, 2019/12/29
- 243/285: gnu: emacs-d-mode: Update to 2.0.10., guix-commits, 2019/12/29