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:
Nicolas Goaziou 2022-11-17 12:19:40 +01:00
parent 64062c77b1
commit 5a375fe48a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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