gnu: emacs-use-package: Update to 2.4.1
* gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
fbf1b56d83
commit
7135dc36e0
|
@ -11131,7 +11131,7 @@ abbreviation of the mode line displays (lighters) of minor modes.")
|
||||||
(define-public emacs-use-package
|
(define-public emacs-use-package
|
||||||
(package
|
(package
|
||||||
(name "emacs-use-package")
|
(name "emacs-use-package")
|
||||||
(version "2.4")
|
(version "2.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -11140,7 +11140,7 @@ abbreviation of the mode line displays (lighters) of minor modes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"))))
|
"088kl3bml0rs5bkfymgzr15ram9qvy66h1kaisrbkynh0yxvf8g9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Reference in New Issue