Hello,
Alberto Eleuterio Flores Guerrero <barbanegra+guix@posteo.mx> writes:
Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-typit): New variable.
Thank you. I applied your patch with the changes below.
Toggle quote (5 lines)
> +(define-public emacs-typit> + (package> + (name "emacs-typit")> + (version "0.2.1")
This release is somewhat old (2017), and newer commits includeadditional dictionaries, so I added the latest commit instead, witha comment.
The line above became:
(version (git-version "0.2.1" revision commit))
Toggle quote (7 lines)
> + (source> + (origin> + (method git-fetch)> + (uri (git-reference> + (url "https://github.com/mrkkrp/typit.git")> + (commit "a4e3147dedac5535bdc8b06aca00f34f14f26e35")))
The line above became
(commit commit)
Toggle quote (2 lines)
> + (license license:gpl3)))
I fixed the license, which is gpl3+.
Regards,
-- Nicolas Goaziou