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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72513 in the body.
You can then email your comments to 72513 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72513; Package guix-patches. (Wed, 07 Aug 2024 14:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thanos Apollo <public <at> thanosapollo.org>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Wed, 07 Aug 2024 14:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to public <at> thanosapollo.org, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72513; Package guix-patches. (Thu, 08 Aug 2024 18:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 72513 <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: 72513 <at> debbugs.gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>
Subject: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e.
Date: Thu,  8 Aug 2024 21:22:31 +0300
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.0-1c3e.
* Rewrite recipe to specify exact git commit to apply necessary fixes.

Change-Id: I25a5b79cbe4ad1da2fb41df87d45d47b6d907108
---
 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..89907719c4 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 "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
 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: 9c6353c5568a56620af43c2213a9f1cbdc2b4adf
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72513; Package guix-patches. (Thu, 15 Aug 2024 16:33:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: Thanos Apollo via Guix-patches via <guix-patches <at> gnu.org>,
 72513 <at> debbugs.gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#72513] [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e.
Date: Thu, 15 Aug 2024 18:31:42 +0200
On 2024-08-08 21:22, Thanos Apollo via Guix-patches via wrote:

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

Hi Thanos,

Can you maybe indicate in a comment or in the git commit message why
this specific commit is necessary? Thanks!
  
> -    (home-page "https://thanosapollo.org/projects/gnosis")
> +      (home-page "https://github.com/emacsorphanage/ac-ispell")

For some reason, the home-page field has changed, this is probably a
mistake.

-- 
Best regards,
Nicolas Graves




Information forwarded to guix-patches <at> gnu.org:
bug#72513; Package guix-patches. (Thu, 15 Aug 2024 16:33:02 GMT) Full text and rfc822 format available.

Information forwarded to public <at> thanosapollo.org, ngraves <at> ngraves.fr, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72513; Package guix-patches. (Fri, 16 Aug 2024 18:52:02 GMT) Full text and rfc822 format available.

Message #17 received at 72513 <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: 72513 <at> debbugs.gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>
Subject: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e.
Date: Fri, 16 Aug 2024 21:50:24 +0300
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.0-1c3e.
* Rewrite recipe to specify exact git commit to apply necessary fixes.

Change-Id: I25a5b79cbe4ad1da2fb41df87d45d47b6d907108
---
 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 df66aea507..7d798f647c 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 "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
 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: 0ab167bdb2ec3ff88a75930c24b8bd77c61cc634
-- 
2.45.2





Information forwarded to public <at> thanosapollo.org, ngraves <at> ngraves.fr, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72513; Package guix-patches. (Fri, 16 Aug 2024 18:55:01 GMT) Full text and rfc822 format available.

Message #20 received at 72513 <at> debbugs.gnu.org (full text, mbox):

From: Thanos Apollo <public <at> thanosapollo.org>
To: 72513 <at> debbugs.gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>
Subject: [PATCH] gnu: emacs-gnosis: Update to 0.4.0-1c3e.
Date: Fri, 16 Aug 2024 21:53:16 +0300
* gnu/packages/emacs-xyz.scm (emacs-gnosis): Update to 0.4.0-1c3e.
* Rewrite recipe to specify exact git commit to apply necessary fixes.

Change-Id: I015e66287b27b64c625347f9e2a2836154a15f3d
---
 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 df66aea507..280ba83bd7 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 "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

base-commit: 0ab167bdb2ec3ff88a75930c24b8bd77c61cc634
-- 
2.45.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 19 Aug 2024 17:56:02 GMT) Full text and rfc822 format available.

Notification sent to Thanos Apollo <public <at> thanosapollo.org>:
bug acknowledged by developer. (Mon, 19 Aug 2024 17:56:02 GMT) Full text and rfc822 format available.

Message #25 received at 72513-done <at> debbugs.gnu.org (full text, mbox):

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






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Sep 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 273 days ago.

Previous Next


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