unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d.
@ 2024-08-07 14:51 Thanos Apollo via Guix-patches via
  2024-08-08 18:22 ` [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e Thanos Apollo via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thanos Apollo via Guix-patches via @ 2024-08-07 14:51 UTC (permalink / raw)
  To: 72513
  Cc: Thanos Apollo, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.0-0-bc0d.

Change-Id: I059c02176e87d388026d4cb772ecda616123987c
---
 gnu/packages/emacs-xyz.scm | 41 +++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2ff1ed4bf0..596b063a82 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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 "bc0d2a3ec6195d79903ad7badec10a26538763c2")
+        (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 "0m10nnghg9j7pc8zqm9jfc49q8jbrnq4nimdd5rwbjyijhywhclr"))))
+      (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

base-commit: 5e567587dd4abf51f9a6fa44f5a852dde1115ce9
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-19 17:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 14:51 [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d Thanos Apollo via Guix-patches via
2024-08-08 18:22 ` [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e Thanos Apollo via Guix-patches via
2024-08-15 16:31   ` Nicolas Graves via Guix-patches via
2024-08-16 18:50 ` Thanos Apollo via Guix-patches via
2024-08-16 18:53 ` Thanos Apollo via Guix-patches via
2024-08-19 17:54   ` bug#72513: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).