ngz pushed a commit to branch master
in repository guix.

commit 8ec0045c11d6a9d19a59d38bb5a9377a10da6d45
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 21:43:43 2024 +0200

    gnu: emacs-gnosis: Update to 0.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.1.
    
    Change-Id: I0dc7ff1ebf47e53d1b9d2fb63ed9f78ceb322423
---
 gnu/packages/emacs-xyz.scm | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 89c370fae5..f105745bba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18252,30 +18252,28 @@ are common in Chromium-derived projects.")
     (license license:bsd-3)))
 
 (define-public emacs-gnosis
-  (let ((commit "1c3eafb6efb05d52a8b01c463d1b47efc1fb2c8e")
-        (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 "1nzgzf2109h20gigk11y5686pni4l4wx1bgdmprfz6vyjdhzmz7z"))))
-      (build-system emacs-build-system)
-      (propagated-inputs (list emacs-compat emacs-emacsql))
-      (home-page "https://github.com/emacsorphanage/ac-ispell";)
-      (synopsis "Spaced repetition system for GNU Emacs.")
-      (description
-       "Gnosis is a spaced repetition system for note-taking and self-testing
+  (package
+    (name "emacs-gnosis")
+    (version "0.4.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.thanosapollo.org/gnosis";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0c8gal7lfibaryb5w85zcmzpmvifdjp959v5bcjxjl37cdws0cnd"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-compat emacs-emacsql))
+    (home-page "https://github.com/emacsorphanage/ac-ispell";)
+    (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

Reply via email to