Skip to content
Snippets Groups Projects
Unverified Commit ffd2696b authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

gnu: emacs-forge: Update to commit 09bf8ad.

* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 09bf8ad.
[native-inputs]: Remove emacs-minimal, which is implicitly provided by the
emacs-build-system.
parent 25043eb4
No related branches found
No related tags found
No related merge requests found
......@@ -19336,10 +19336,10 @@ (define-public emacs-transient
(license license:gpl3+))))
 
(define-public emacs-forge
(let ((commit "63cbf81f166fc71861d8e3d246df8e5ccedcb9bb"))
(let ((commit "09bf8adc9c9afb492632e612f51f39e1cc15fca0"))
(package
(name "emacs-forge")
(version (git-version "0.1.0" "3" commit))
(version (git-version "0.1.0" "4" commit))
(source
(origin
(method git-fetch)
......@@ -19349,11 +19349,10 @@ (define-public emacs-forge
(file-name (git-file-name name version))
(sha256
(base32
"1yf2xjx3459py6rji740jm8bmh2pv66ghnbjxsvjd4jf9kcdav83"))))
"148h1rvmfmxyrfy2q5l0vzblr7lpsyw1si30hfwhzsj8fvj21qcr"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)
("emacs" ,emacs-minimal)))
`(("texinfo" ,texinfo)))
(propagated-inputs
`(("emacs-closql" ,emacs-closql)
("emacs-dash" ,emacs-dash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment