mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-use-package
|
(define-public emacs-use-package
|
||||||
|
;; XXX: Upstream did not tag latest release. Using commit matching exact
|
||||||
|
;; version bump.
|
||||||
|
(let ((commit "942617d26e11d80d879ff23d2a8b477bd074a734"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-use-package")
|
(name "emacs-use-package")
|
||||||
(version "2.4.1")
|
(version "2.4.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 version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"088kl3bml0rs5bkfymgzr15ram9qvy66h1kaisrbkynh0yxvf8g9"))))
|
"1zpf9xv65jg813k90x8g9k4lja896nqfh48pjinicmz1rn0rf51a"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(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
|
(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-leaf
|
(define-public emacs-leaf
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue