@@ -18184,29 +18184,30 @@ (define-public emacs-gn-mode
(license license:bsd-3)))
(define-public emacs-gnosis
- (package
- (name "emacs-gnosis")
- (version "0.3.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.thanosapollo.org/gnosis")
- (commit version)))
- (sha256
- (base32
- "03ydknrzl5xcmn5n2ybyxqmjfrqrpk0h0p6cp9xnpmra6r87xqkd"))
- (file-name (git-file-name name version))))
- (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")
- (description
- "Gnosis is a spaced repetition system for note-taking and self-testing
+ (let ((commit "fe019d58f26e99e59a5601d2e276ad06676b1b66")
+ (revision "0"))
+ (package
+ (name "emacs-gnosis")
+ (version (git-version "0.4.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.thanosapollo.org/gnosis")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10940gmc7acvdxkmyhq9aa454f10bqz9npy3r5lpxgnp74km8bnm"))))
+ (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.")
+ (description
+ "Gnosis is a spaced repetition system for note-taking and self-testing
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+)))
+ (license license:gpl3+))))
(define-public emacs-drag-stuff
(package