unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: David Thompson <dthompson2@worcester.edu>
Cc: guix-devel@gnu.org, David Thompson <davet@gnu.org>
Subject: Re: [PATCH 09/10] gnu: Add emacs-yaml-mode.
Date: Fri, 03 Jun 2016 11:37:01 -0400	[thread overview]
Message-ID: <87twhagu76.fsf@netris.org> (raw)
In-Reply-To: <20160601140538.20311-9-dthompson2@worcester.edu> (David Thompson's message of "Wed, 1 Jun 2016 10:05:37 -0400")

David Thompson <dthompson2@worcester.edu> writes:
> * gnu/packages/emacs.scm (emacs-yaml-mode): New variable.

Hydra failed to build this one, because of a hash mismatch.

  http://hydra.gnu.org/build/1223022

  Starting download of
  /gnu/store/lky7x8fw5rd6h28x3xrwlqwjbyj0lss9-yaml-mode-0.0.12.el From
  https://raw.githubusercontent.com/yoshiki/yaml-mode/v0.0.12/yaml-mode.el...

  [...]

  Failed: output path
  `/gnu/store/lky7x8fw5rd6h28x3xrwlqwjbyj0lss9-yaml-mode-0.0.12.el'
  should have sha256 hash
  `05zbb7l5j0jhn1z65lhy1f6yf77rd3rsf5ayvwm5a6dfkhr9zwnm', instead has
  `17wq433ycli0qx4gdhgrmb392qblm6y2dwcyn38j5ja1lasfb0ax'

Can you investigate?

     Thanks!
       Mark
       

> ---
>  gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 0ea317a..bfa46c4 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1977,3 +1977,26 @@ Emacs completion function instead.")
>       "Ido-ubiquitous enables ido-style completion for almost every function
>  that uses the standard completion function completing-read.")
>    (license license:gpl3+)))
> +
> +(define-public emacs-yaml-mode
> +  (package
> +    (name "emacs-yaml-mode")
> +    (version "0.0.12")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://raw.githubusercontent.com/yoshiki"
> +                                  "/yaml-mode/v" version "/yaml-mode.el"))
> +              (file-name (string-append "yaml-mode-" version ".el"))
> +              (sha256
> +               (base32
> +                "05zbb7l5j0jhn1z65lhy1f6yf77rd3rsf5ayvwm5a6dfkhr9zwnm"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/yoshiki/yaml-mode")
> +    (synopsis "Major mode for editing YAML files")
> +    (description
> +     "Yaml-mode is an Emacs major mode for editing files in the YAML data
> +serialization format.  It was initially developed by Yoshiki Kurihara and many
> +features were added by Marshall Vandegrift.  As YAML and Python share the fact
> +that indentation determines structure, this mode provides indentation and
> +indentation command behavior very similar to that of python-mode.")
> +    (license license:gpl3+)))

  reply	other threads:[~2016-06-03 15:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01 14:05 [PATCH 01/10] gnu: Add emacs-smex David Thompson
2016-06-01 14:05 ` [PATCH 02/10] gnu: Add emacs-js2-mode David Thompson
2016-06-01 14:05 ` [PATCH 03/10] gnu: Add emacs-markdown-mode David Thompson
2016-06-01 14:05 ` [PATCH 04/10] gnu: Add emacs-projectile David Thompson
2016-06-01 14:05 ` [PATCH 05/10] gnu: Add emacs-elfeed David Thompson
2016-06-01 14:05 ` [PATCH 06/10] gnu: Add emacs-rainbow-delimiters David Thompson
2016-06-01 14:05 ` [PATCH 07/10] gnu: Add emacs-ido-completing-read+ David Thompson
2016-06-01 14:05 ` [PATCH 08/10] gnu: Add emacs-ido-ubiquitous David Thompson
2016-06-01 14:05 ` [PATCH 09/10] gnu: Add emacs-yaml-mode David Thompson
2016-06-03 15:37   ` Mark H Weaver [this message]
2016-06-03 15:44     ` Thompson, David
2016-06-01 14:05 ` [PATCH 10/10] gnu: Add emacs-web-mode David Thompson
2016-06-02  9:26 ` [PATCH 01/10] gnu: Add emacs-smex Alex Kost
2016-06-02 13:33   ` Thompson, David
2016-06-03  8:14     ` Ludovic Courtès
2016-06-03 12:10       ` Ben Woodcroft
2016-06-05 20:03         ` Ludovic Courtès
2016-06-03  8:16 ` Ludovic Courtès
2016-06-03 12:56   ` Thompson, David

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87twhagu76.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=davet@gnu.org \
    --cc=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).