From: Alex Kost <alezost@gmail.com>
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: 27302@debbugs.gnu.org
Subject: [bug#27302] [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa
Date: Fri, 16 Jun 2017 15:38:51 +0300 [thread overview]
Message-ID: <87zid8nm3o.fsf@gmail.com> (raw)
In-Reply-To: <20170610020225.14698-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Sat, 10 Jun 2017 05:02:23 +0300")
Oleg Pykhalov (2017-06-10 05:02 +0300) wrote:
> ---
> gnu/packages/emacs.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 5f00a7ad5..d2b1056b6 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -4882,11 +4882,12 @@ displays results pretty-printed in XML or JSON with @code{restclient-mode}")
> (origin
> (method url-fetch)
> (uri (string-append
> - "https://github.com/Fuco1/dired-hacks/archive/master"
> - ".tar.gz"))
> + "http://melpa.org/packages/dired-hacks-utils-"
> + version
> + ".el"))
Unfortunately, we can't use sources from MELPA. The problem is: when a
repository get a new commit, the old tarball is *REPLACED* with the new
one on MELPA, so the package could never be built anymore, since the
source disappeared. That's why we use tarballs directly from source.
> (sha256
> (base32
> - "180qfjjps3mg26zxwczj174qvbwivgn2h7haz1i8js9h1srl183r"))))
> + "1378prbbvvdfi83ln1pwxanawynif6jmb3i5xd16igkjy6ads5qp"))))
> (build-system emacs-build-system)
> (propagated-inputs `(("emacs-dash" ,emacs-dash)))
> (home-page "https://github.com/Fuco1/dired-hacks")
--
Alex
next prev parent reply other threads:[~2017-06-16 12:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-10 1:05 bug#27302: [PATCH 1/2] gnu: Add emacs-dired-hacks-utils Oleg Pykhalov
2017-06-10 1:05 ` bug#27302: [PATCH 2/2] gnu: Add emacs-dired-open Oleg Pykhalov
2017-06-10 2:02 ` bug#27302: [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa Oleg Pykhalov
2017-06-10 2:02 ` bug#27302: [PATCH 2/3] gnu: emacs-dired-hacks-utils: Rename define-public Oleg Pykhalov
2017-06-10 2:02 ` bug#27302: [PATCH 3/3] gnu: emacs-dired-open: " Oleg Pykhalov
2017-06-16 12:38 ` Alex Kost [this message]
2017-06-16 12:38 ` [bug#27302] [PATCH 1/2] gnu: Add emacs-dired-hacks-utils Alex Kost
2017-06-22 20:02 ` Ludovic Courtès
2017-06-23 18:55 ` Alex Kost
2017-06-24 5:41 ` [bug#27302] emacs-dired-hacks-utils in one patch with github origin Oleg Pykhalov
2017-06-24 19:04 ` bug#27302: " Alex Kost
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zid8nm3o.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=27302@debbugs.gnu.org \
--cc=go.wigust@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.