me
/
guix
Archived
1
0
Fork 0

gnu: emacs-packed: Update to 3.1.0.

* gnu/packages/emacs-xyz.scm (emacs-packed): Update to 3.1.0.
[propagated-inputs]: Add EMACS-COMPAT.
Nicolas Goaziou 2022-12-05 20:47:42 +01:00
parent f36b31c014
commit 54fcc821b0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 2 deletions

View File

@ -24022,7 +24022,7 @@ file.")
(define-public emacs-packed
(package
(name "emacs-packed")
(version "3.0.4")
(version "3.1.0")
(source
(origin
(method git-fetch)
@ -24031,8 +24031,10 @@ file.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1gpv2vaci0m48fzn0sy7iwl1mnkkqc30bf05jjrqlpn9kpbjyf1p"))))
(base32 "0i2j5yk6xhv4rh3317f241y9llwf4wk18a6a4lkqrvbjpvi9yvn0"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/emacscollective/packed")
(synopsis "Package manager agnostic Emacs Lisp package utilities")
(description