mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-flycheck-grammalecte: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.0.
This commit is contained in:
parent
f71bce9bb2
commit
57be2cadf8
1 changed files with 10 additions and 10 deletions
|
@ -3367,15 +3367,15 @@ for Flow files.")
|
||||||
(define-public emacs-flycheck-grammalecte
|
(define-public emacs-flycheck-grammalecte
|
||||||
(package
|
(package
|
||||||
(name "emacs-flycheck-grammalecte")
|
(name "emacs-flycheck-grammalecte")
|
||||||
(version "0.9")
|
(version "1.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "https://git.deparis.io/"
|
(method url-fetch)
|
||||||
"flycheck-grammalecte/snapshot/"
|
(uri (string-append "https://git.deparis.io/"
|
||||||
"flycheck-grammalecte-" version ".tar.xz"))
|
"flycheck-grammalecte/snapshot/"
|
||||||
(sha256
|
"flycheck-grammalecte-" version ".tar.xz"))
|
||||||
(base32
|
(sha256
|
||||||
"0wjm9xyra870pci4bcrbnc9x66x18mi7iz08rkxa4clxv28xzryb"))))
|
(base32 "02wxaw228dia8cps0v02327hrrribfqb4601qggjpi4l4ms1lf8b"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:include '("\\.(el|py)$")
|
`(#:include '("\\.(el|py)$")
|
||||||
|
@ -3397,7 +3397,7 @@ for Flow files.")
|
||||||
(out (assoc-ref outputs "out"))
|
(out (assoc-ref outputs "out"))
|
||||||
(version ,(version-major+minor (package-version python))))
|
(version ,(version-major+minor (package-version python))))
|
||||||
(with-directory-excursion
|
(with-directory-excursion
|
||||||
(string-append out "/share/emacs/site-lisp")
|
(string-append out "/share/emacs/site-lisp")
|
||||||
(symlink (string-append grammalecte "/lib/"
|
(symlink (string-append grammalecte "/lib/"
|
||||||
"python" version "/site-packages/"
|
"python" version "/site-packages/"
|
||||||
"grammalecte")
|
"grammalecte")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue