gnu: emacs-packed: Update to 3.0.4.
* gnu/packages/emacs-xyz.scm (emacs-packed): Update to 3.0.4.
This commit is contained in:
parent
74b1cef9d8
commit
1011b1ce93
1 changed files with 2 additions and 3 deletions
|
@ -21143,7 +21143,7 @@ file.")
|
||||||
(define-public emacs-packed
|
(define-public emacs-packed
|
||||||
(package
|
(package
|
||||||
(name "emacs-packed")
|
(name "emacs-packed")
|
||||||
(version "3.0.3")
|
(version "3.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21152,8 +21152,7 @@ file.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1gpv2vaci0m48fzn0sy7iwl1mnkkqc30bf05jjrqlpn9kpbjyf1p"))))
|
||||||
"06blk8parnpq3qi6y5628q3v59c8dyi41glb289a0l16248qwphk"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emacscollective/packed")
|
(home-page "https://github.com/emacscollective/packed")
|
||||||
(synopsis "Package manager agnostic Emacs Lisp package utilities")
|
(synopsis "Package manager agnostic Emacs Lisp package utilities")
|
||||||
|
|
Reference in a new issue