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
@ -23650,7 +23650,7 @@ match your personal coding style.")
|
||||
(define-public emacs-epkg
|
||||
(package
|
||||
(name "emacs-epkg")
|
||||
(version "3.3.3")
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -23659,7 +23659,7 @@ match your personal coding style.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0d09ddlhvgp8rpybqmzvzpzdp1hjaq97wp2br4g90lpx2vclkgn7"))))
|
||||
(base32 "0w06bpwbwsl3diypywfzrwp6l0kr3h34xja34xssym2bmdl11z8p"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
@ -23685,7 +23685,7 @@ match your personal coding style.")
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
(propagated-inputs
|
||||
(list emacs-closql emacs-dash))
|
||||
(list emacs-closql emacs-dash emacs-llama))
|
||||
(home-page "https://emacsmirror.net")
|
||||
(synopsis "Browse the Emacsmirror package database")
|
||||
(description "This package provides access to a local copy of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user