mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-epkg: Update to 3.3.1.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.3.1.
This commit is contained in:
parent
1dabaf2fa0
commit
057373348d
1 changed files with 2 additions and 2 deletions
|
@ -16375,7 +16375,7 @@ (define-public emacs-closql
|
|||
(define-public emacs-epkg
|
||||
(package
|
||||
(name "emacs-epkg")
|
||||
(version "3.3.0")
|
||||
(version "3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16385,7 +16385,7 @@ (define-public emacs-epkg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03zsysj78w43q902wi9dhck64q9va247avr6fhdw8ynf2lvb78d3"))))
|
||||
"0z9sz9ydfjzhawh4qip41h3vid1lslaf0h14hkjz9kx8fkrzib8a"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-closql" ,emacs-closql)
|
||||
|
|
Loading…
Reference in a new issue