mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-epkg: Update to 4.0.0.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.0. [propagated-inputs]: Add emacs-llama. Change-Id: I2d0801eae310b92b2c210d1ab31e1cef8d8f40fa
This commit is contained in:
parent
19d3af4525
commit
14a6631408
1 changed files with 3 additions and 3 deletions
|
@ -23650,7 +23650,7 @@ match your personal coding style.")
|
||||||
(define-public emacs-epkg
|
(define-public emacs-epkg
|
||||||
(package
|
(package
|
||||||
(name "emacs-epkg")
|
(name "emacs-epkg")
|
||||||
(version "3.3.3")
|
(version "4.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23659,7 +23659,7 @@ match your personal coding style.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0d09ddlhvgp8rpybqmzvzpzdp1hjaq97wp2br4g90lpx2vclkgn7"))))
|
(base32 "0w06bpwbwsl3diypywfzrwp6l0kr3h34xja34xssym2bmdl11z8p"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -23685,7 +23685,7 @@ match your personal coding style.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-closql emacs-dash))
|
(list emacs-closql emacs-dash emacs-llama))
|
||||||
(home-page "https://emacsmirror.net")
|
(home-page "https://emacsmirror.net")
|
||||||
(synopsis "Browse the Emacsmirror package database")
|
(synopsis "Browse the Emacsmirror package database")
|
||||||
(description "This package provides access to a local copy of the
|
(description "This package provides access to a local copy of the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue