mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: emacs-use-package: Update to 2.4.4.
* gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4.4.
This commit is contained in:
parent
64062c77b1
commit
5a375fe48a
1 changed files with 42 additions and 39 deletions
|
@ -15471,18 +15471,21 @@ abbreviation of the mode line displays (lighters) of minor modes.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-use-package
|
||||
;; XXX: Upstream did not tag latest release. Using commit matching exact
|
||||
;; version bump.
|
||||
(let ((commit "942617d26e11d80d879ff23d2a8b477bd074a734"))
|
||||
(package
|
||||
(name "emacs-use-package")
|
||||
(version "2.4.1")
|
||||
(version "2.4.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jwiegley/use-package")
|
||||
(commit version)))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"088kl3bml0rs5bkfymgzr15ram9qvy66h1kaisrbkynh0yxvf8g9"))))
|
||||
"1zpf9xv65jg813k90x8g9k4lja896nqfh48pjinicmz1rn0rf51a"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list texinfo))
|
||||
|
@ -15511,7 +15514,7 @@ abbreviation of the mode line displays (lighters) of minor modes.")
|
|||
(description "The use-package macro allows you to isolate package
|
||||
configuration in your @file{.emacs} file in a way that is both
|
||||
performance-oriented and tidy.")
|
||||
(license license:gpl2+)))
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-leaf
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue