me
/
guix
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.
master
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
1 changed files with 2 additions and 3 deletions

View File

@ -21143,7 +21143,7 @@ file.")
(define-public emacs-packed
(package
(name "emacs-packed")
(version "3.0.3")
(version "3.0.4")
(source
(origin
(method git-fetch)
@ -21152,8 +21152,7 @@ file.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"06blk8parnpq3qi6y5628q3v59c8dyi41glb289a0l16248qwphk"))))
(base32 "1gpv2vaci0m48fzn0sy7iwl1mnkkqc30bf05jjrqlpn9kpbjyf1p"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacscollective/packed")
(synopsis "Package manager agnostic Emacs Lisp package utilities")