GNU bug report logs -
#27302
[PATCH 1/2] gnu: Add emacs-dired-hacks-utils.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sat, 10 Jun 2017 01:26:02 UTC
Severity: normal
Tags: patch
Done: Alex Kost <alezost <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 27302 <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 8 years and 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.