mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-nov-el: Add comment about upstream not tagging releases.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Add a comment. Fix indentation.
This commit is contained in:
parent
398ec3c1e2
commit
3d8496705d
1 changed files with 34 additions and 31 deletions
|
@ -12426,18 +12426,21 @@ the format.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-nov-el
|
(define-public emacs-nov-el
|
||||||
|
;; Upstream does not tag releases. Specify raw commit hash matching the
|
||||||
|
;; release.
|
||||||
|
(let ((commit "ea0c835c1b5e6e70293f4bd64e9c89bdc42f8596"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-nov-el")
|
(name "emacs-nov-el")
|
||||||
(version "0.3.0")
|
(version "0.3.0")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://depp.brause.cc/nov.el.git")
|
(url "https://depp.brause.cc/nov.el.git")
|
||||||
(commit "ea0c835c1b5e6e70293f4bd64e9c89bdc42f8596")))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "04phmm14ywgicjsl2bsg6w9rapd71vdkxdp5wp0brj6px27y85jz"))))
|
||||||
"04phmm14ywgicjsl2bsg6w9rapd71vdkxdp5wp0brj6px27y85jz"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -12472,7 +12475,7 @@ Features:
|
||||||
@item Image rescaling
|
@item Image rescaling
|
||||||
@end itemize
|
@end itemize
|
||||||
")
|
")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public epipe
|
(define-public epipe
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue