mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-epkg: Update to 4.0.1.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.1. Change-Id: I26b0aa50f1736981c0e29cc23cab12c41f961bcf
This commit is contained in:
parent
3855648330
commit
834b344c72
1 changed files with 2 additions and 2 deletions
|
@ -23877,7 +23877,7 @@ (define-public emacs-sql-indent
|
|||
(define-public emacs-epkg
|
||||
(package
|
||||
(name "emacs-epkg")
|
||||
(version "4.0.0")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23886,7 +23886,7 @@ (define-public emacs-epkg
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0w06bpwbwsl3diypywfzrwp6l0kr3h34xja34xssym2bmdl11z8p"))))
|
||||
(base32 "1sja71lzr1k1kh1332n03zy2gyjjywc3rip9ylmd85s9kg6im9hj"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue