mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-epkg: Update to 4.0.2.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.2. Change-Id: I298872e7e6fea6609ac5437737b72c76132a1aa1
This commit is contained in:
parent
184d108e31
commit
f69dbfbe66
1 changed files with 2 additions and 2 deletions
|
@ -24008,7 +24008,7 @@ match your personal coding style.")
|
||||||
(define-public emacs-epkg
|
(define-public emacs-epkg
|
||||||
(package
|
(package
|
||||||
(name "emacs-epkg")
|
(name "emacs-epkg")
|
||||||
(version "4.0.1")
|
(version "4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24017,7 +24017,7 @@ match your personal coding style.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sja71lzr1k1kh1332n03zy2gyjjywc3rip9ylmd85s9kg6im9hj"))))
|
(base32 "1kg0jd8067brd4772sd6r0lj7vbf5pxhbj916nd6293a0hc10i58"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue