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:
Nicolas Goaziou 2024-08-19 21:43:43 +02:00
parent 1051a6fef3
commit 8ec0045c11
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18252,30 +18252,28 @@ 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") (package
(revision "0")) (name "emacs-gnosis")
(package (version "0.4.1")
(name "emacs-gnosis") (source
(version (git-version "0.4.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://git.thanosapollo.org/gnosis")
(uri (git-reference (commit version)))
(url "https://git.thanosapollo.org/gnosis") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "0c8gal7lfibaryb5w85zcmzpmvifdjp959v5bcjxjl37cdws0cnd"))))
(sha256 (build-system emacs-build-system)
(base32 "1nzgzf2109h20gigk11y5686pni4l4wx1bgdmprfz6vyjdhzmz7z")))) (propagated-inputs (list emacs-compat emacs-emacsql))
(build-system emacs-build-system) (home-page "https://github.com/emacsorphanage/ac-ispell")
(propagated-inputs (list emacs-compat emacs-emacsql)) (synopsis "Spaced repetition system for GNU Emacs.")
(home-page "https://github.com/emacsorphanage/ac-ispell") (description
(synopsis "Spaced repetition system for GNU Emacs.") "Gnosis is a spaced repetition system for note-taking and self-testing
(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 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