GNU bug report logs - #72513
[PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d.

Previous Next

Package: guix-patches;

Reported by: Thanos Apollo <public <at> thanosapollo.org>

Date: Wed, 7 Aug 2024 14:53:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Thanos Apollo <public <at> thanosapollo.org>
Subject: bug#72513: closed (Re: [PATCH] gnu: emacs-gnosis: Update to
 0.4.0-0-bc0d.)
Date: Mon, 19 Aug 2024 17:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72513: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72513 <at> debbugs.gnu.org.

-- 
72513: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72513
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 72513-done <at> debbugs.gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>,
 Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d.
Date: Mon, 19 Aug 2024 19:54:38 +0200
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.0-1c3e.
> * Rewrite recipe to specify exact git commit to apply necessary fixes.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: Thanos Apollo <public <at> thanosapollo.org>
To: guix-patches <at> gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>
Subject: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-0-bc0d.
Date: Wed,  7 Aug 2024 17:51:54 +0300
* 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




This bug report was last modified 274 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.