[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/18: gnu: emacs-org-fc: Update to 0.3.0.
From: |
guix-commits |
Subject: |
12/18: gnu: emacs-org-fc: Update to 0.3.0. |
Date: |
Thu, 4 Jan 2024 06:11:29 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 00442d15c2109539e1e29413c28b72ea756216a6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:48:43 2024 +0100
gnu: emacs-org-fc: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-fc): Update to 0.3.0.
Change-Id: Iabf440ee97cfbb665c6d38a169c5526149a4e699
---
gnu/packages/emacs-xyz.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0ec6a8f1ec..3b3f4e2c55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4771,20 +4771,18 @@ that the binary uses instead of the actual binary
contents.")
(license license:gpl3+)))
(define-public emacs-org-fc
- (let ((commit "f64b5336485a42be91cfe77850c02a41575f5984")
- (revision "0"))
- (package
+ (package
(name "emacs-org-fc")
- (version (git-version "0.1.0" revision commit))
+ (version "0.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~l3kn/org-fc")
- (commit commit)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1d0a3vr09zkplclypcgpfbfd6r0h0i3g3zsqb4pcz6x239d59gd5"))))
+ (base32 "17cdn4sdyb9fs9w725l155lb74inzdn86m8y62m6hn4dgb5l4spm"))))
(build-system emacs-build-system)
(arguments
(list
@@ -4819,7 +4817,7 @@ It allows you to mark headlines in a file as flashcards,
turning pieces of
knowledge you want to learn into a question-answer test. These cards are
reviewed at regular interval. After each review, the next review interval is
calculated based on how well you remembered the contents of the card.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-font-lock+
(let ((commit "aa1c82d05c9222b09099a0ccd7468e955497940c")
- 01/18: gnu: emacs-eglot: Update to 1.16., (continued)
- 01/18: gnu: emacs-eglot: Update to 1.16., guix-commits, 2024/01/04
- 04/18: gnu: emacs-super-save: Update to 0.4.0., guix-commits, 2024/01/04
- 05/18: gnu: emacs-sqlite3-api: Update to 0.18., guix-commits, 2024/01/04
- 10/18: gnu: emacs-org-sidebar: Improve package style., guix-commits, 2024/01/04
- 06/18: gnu: emacs-solarized-theme: Update to 2.0.4., guix-commits, 2024/01/04
- 07/18: gnu: emacs-robot-mode: Update to 0.8.0., guix-commits, 2024/01/04
- 08/18: gnu: emacs-plz: Update to 0.7.1., guix-commits, 2024/01/04
- 09/18: gnu: emacs-org-sidebar: Update to 0.4., guix-commits, 2024/01/04
- 14/18: gnu: emacs-exwm-firefox: Update to 1.2., guix-commits, 2024/01/04
- 11/18: gnu: emacs-org-re-reveal: Update to 3.25.0., guix-commits, 2024/01/04
- 12/18: gnu: emacs-org-fc: Update to 0.3.0.,
guix-commits <=
- 15/18: gnu: emacs-exwm-firefox: Improve package style., guix-commits, 2024/01/04
- 16/18: gnu: emacs-exwm-firefox: Run tests., guix-commits, 2024/01/04
- 17/18: gnu: emacs-eat: Update to 0.9.4., guix-commits, 2024/01/04
- 18/18: gnu: emacs-citeproc-el: Update to 0.9.4., guix-commits, 2024/01/04
- 13/18: gnu: emacs-helm-company: Update to 0.2.8., guix-commits, 2024/01/04