mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-gnosis: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.1. Change-Id: I0dc7ff1ebf47e53d1b9d2fb63ed9f78ceb322423
This commit is contained in:
parent
1051a6fef3
commit
8ec0045c11
1 changed files with 19 additions and 21 deletions
|
@ -18252,20 +18252,18 @@ are common in Chromium-derived projects.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public emacs-gnosis
|
(define-public emacs-gnosis
|
||||||
(let ((commit "1c3eafb6efb05d52a8b01c463d1b47efc1fb2c8e")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-gnosis")
|
(name "emacs-gnosis")
|
||||||
(version (git-version "0.4.0" revision commit))
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.thanosapollo.org/gnosis")
|
(url "https://git.thanosapollo.org/gnosis")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nzgzf2109h20gigk11y5686pni4l4wx1bgdmprfz6vyjdhzmz7z"))))
|
(base32 "0c8gal7lfibaryb5w85zcmzpmvifdjp959v5bcjxjl37cdws0cnd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-compat emacs-emacsql))
|
(propagated-inputs (list emacs-compat emacs-emacsql))
|
||||||
(home-page "https://github.com/emacsorphanage/ac-ispell")
|
(home-page "https://github.com/emacsorphanage/ac-ispell")
|
||||||
|
@ -18275,7 +18273,7 @@ are common in Chromium-derived projects.")
|
||||||
where notes are formatted as Question/Answer/Explanation. Notes are reviewed
|
where notes are formatted as Question/Answer/Explanation. Notes are reviewed
|
||||||
at spaced intervals based on the success or failure in recalling the answer to
|
at spaced intervals based on the success or failure in recalling the answer to
|
||||||
each question.")
|
each question.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-drag-stuff
|
(define-public emacs-drag-stuff
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue