GNU bug report logs -
#67905
[PATCH] gnu: Add emacs-golden-ratio.
Previous Next
Reported by: peter <at> polidoro.io
Date: Tue, 19 Dec 2023 15:41:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 67905 <at> debbugs.gnu.org (full text, mbox):
Hello,
There are two linter warnings here:
--8<---------------cut here---------------start------------->8---
/home/mathieu/guix/gnu/packages/emacs-xyz.scm:1382:5:
emacs-golden-ratio <at> 20230912.1825: the source file name should contain
the package name
/home/mathieu/guix/gnu/packages/emacs-xyz.scm:1382:5:
emacs-golden-ratio <at> 20230912.1825: permanent redirect from
https://github.com/roman/golden-ratio.el.git to
https://github.com/roman/golden-ratio.el
--8<---------------cut here---------------end--------------->8---
> + (uri (git-reference
> + (url "https://github.com/roman/golden-ratio.el.git")
> + (commit "375c9f287dfad68829582c1e0a67d0c18119dab9")))
The first one can probably be resolved by adding the following line
here:
(file-name (git-file-name name version))
> + (sha256
> + (base32 "0a635a3h6jx0clgwmhwc48i14y3xy5q29y37lp2sjnbxx1hlmkli"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/roman/golden-ratio.el")
And the second one by updating this URL.
Could you please send an updated patch?
Thanks,
Mathieu
This bug report was last modified 1 year and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.