diff options
author | Thanos Apollo <public@thanosapollo.org> | 2024-12-01 13:36:52 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-12-02 07:49:50 +0800 |
commit | ca3a79ccee5f9a857e00128f11d04e3c1aef901a (patch) | |
tree | 1b52432f750733359668549dc79f5f45025a8edb | |
parent | 41fd9cfc65e0284173c9cb45117f8b47bd88874d (diff) | |
download | guix-ca3a79ccee5f9a857e00128f11d04e3c1aef901a.tar.gz guix-ca3a79ccee5f9a857e00128f11d04e3c1aef901a.zip |
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>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5ad6933dc0..11518d9e7f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -18884,7 +18884,7 @@ are common in Chromium-derived projects.") (define-public emacs-gnosis (package (name "emacs-gnosis") - (version "0.4.3") + (version "0.4.8") (source (origin (method git-fetch) @@ -18893,14 +18893,14 @@ are common in Chromium-derived projects.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0kp4vwzldcyf7c8dqjrfrqgwkfysiy8n8zc4c1j1p72p0m4rxwv8")))) + (base32 "1y9f5ms7aivwjfc951m68jfmwncfq5f4h876xvivxhfph4xnc76y")))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat emacs-emacsql)) - (home-page "https://thanosapollo.org/projects/gnosis") - (synopsis "Spaced repetition system for GNU Emacs.") + (home-page "https://thanosapollo.org/projects/gnosis/") + (synopsis "Spaced repetition system for GNU Emacs") (description "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 each question.") (license license:gpl3+))) |