gnu: emacs-use-package: Update to 2.4.
* gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4.
This commit is contained in:
parent
59e72ac8f5
commit
6dedf0aeb2
1 changed files with 18 additions and 20 deletions
|
@ -7058,20 +7058,18 @@ abbreviation of the mode line displays (lighters) of minor modes.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-use-package
|
(define-public emacs-use-package
|
||||||
(let ((commit "da8c9e2840343906e732f9699e43d35a1f06481d")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-use-package")
|
(name "emacs-use-package")
|
||||||
(version (git-version "2.3" revision commit))
|
(version "2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jwiegley/use-package")
|
(url "https://github.com/jwiegley/use-package")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jz38pbq1p9h85i6qcsh3sfzkd103y6mw3rg5zd14dxigp8ir3xz"))))
|
"1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-diminish" ,emacs-diminish)))
|
`(("emacs-diminish" ,emacs-diminish)))
|
||||||
|
@ -7085,7 +7083,7 @@ abbreviation of the mode line displays (lighters) of minor modes.")
|
||||||
(description "The use-package macro allows you to isolate package
|
(description "The use-package macro allows you to isolate package
|
||||||
configuration in your @file{.emacs} file in a way that is both
|
configuration in your @file{.emacs} file in a way that is both
|
||||||
performance-oriented and tidy.")
|
performance-oriented and tidy.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-strace-mode
|
(define-public emacs-strace-mode
|
||||||
(let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
|
(let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
|
||||||
|
|
Reference in a new issue