Archived
1
0
Fork 0

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:
Nicolas Goaziou 2021-10-22 00:23:39 +02:00
parent 74b1cef9d8
commit 1011b1ce93
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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