gnu: emacs-nov-el: Update to 0.3.3.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.3.
This commit is contained in:
parent
7eaa2f24ea
commit
e6ea02ff89
1 changed files with 3 additions and 2 deletions
|
@ -14006,7 +14006,7 @@ the format.")
|
||||||
(define-public emacs-nov-el
|
(define-public emacs-nov-el
|
||||||
(package
|
(package
|
||||||
(name "emacs-nov-el")
|
(name "emacs-nov-el")
|
||||||
(version "0.3.1")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14015,7 +14015,8 @@ the format.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13r7lvyyyv62m57m4s4xjs4qz2ckhqk6ib514px7qzc7mdzcz9i9"))))
|
(base32
|
||||||
|
"116klnjyggwfwvs9nqhpv97m00k63q6lg41ph41kywsqkfy42dlk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue