mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: emacs-epkg: Update to 4.1.0.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.1.0. Change-Id: Idbee7b58fb55566660ab0fdaa91937dc24dac640
This commit is contained in:
parent
0a5b0a42c4
commit
149e93aea3
1 changed files with 2 additions and 2 deletions
|
|
@ -26898,7 +26898,7 @@ match your personal coding style.")
|
|||
(define-public emacs-epkg
|
||||
(package
|
||||
(name "emacs-epkg")
|
||||
(version "4.0.5")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -26907,7 +26907,7 @@ match your personal coding style.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1a6zw1z318ip4vnqfgv99b2knbm3qq6ji7spqq9g5w3lls40aqvx"))))
|
||||
(base32 "0j3abhk3vhbpx2m2hgsafij24a9f55kza9fcy54vh81rh3c15q97"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:lisp-directory "lisp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue