gnu: emacs-nov-el: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
parent
4cd2dfd9f4
commit
0dfc461272
|
@ -12552,7 +12552,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.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12561,7 +12561,7 @@ the format.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04phmm14ywgicjsl2bsg6w9rapd71vdkxdp5wp0brj6px27y85jz"))))
|
(base32 "13r7lvyyyv62m57m4s4xjs4qz2ckhqk6ib514px7qzc7mdzcz9i9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue