me
/
guix
Archived
1
0
Fork 0

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
Andrew Tropin 2020-11-11 10:48:30 +03:00 committed by Nicolas Goaziou
parent fbf1b56d83
commit 7135dc36e0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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)))