mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-gnosis: Update to 0.4.8.
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.8. [home-page]: Add ending slash. [synopsis]: Remove ending period. [description]: Use two spaces after sentence. Change-Id: Ie80016fc190e66695b7a8ea8e3fded7854ebc872 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
41fd9cfc65
commit
ca3a79ccee
1 changed files with 5 additions and 5 deletions
|
@ -18884,7 +18884,7 @@ are common in Chromium-derived projects.")
|
||||||
(define-public emacs-gnosis
|
(define-public emacs-gnosis
|
||||||
(package
|
(package
|
||||||
(name "emacs-gnosis")
|
(name "emacs-gnosis")
|
||||||
(version "0.4.3")
|
(version "0.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18893,14 +18893,14 @@ are common in Chromium-derived projects.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kp4vwzldcyf7c8dqjrfrqgwkfysiy8n8zc4c1j1p72p0m4rxwv8"))))
|
(base32 "1y9f5ms7aivwjfc951m68jfmwncfq5f4h876xvivxhfph4xnc76y"))))
|
||||||
(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://thanosapollo.org/projects/gnosis")
|
(home-page "https://thanosapollo.org/projects/gnosis/")
|
||||||
(synopsis "Spaced repetition system for GNU Emacs.")
|
(synopsis "Spaced repetition system for GNU Emacs")
|
||||||
(description
|
(description
|
||||||
"Gnosis is a spaced repetition system for note-taking and self-testing
|
"Gnosis is a spaced repetition system for note-taking and self-testing
|
||||||
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+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue