summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-01-04 11:48:43 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-01-04 12:08:33 +0100
commit00442d15c2109539e1e29413c28b72ea756216a6 (patch)
tree893baf4b70f7419d00f5325df05ea22f74d26fc8
parent49eef61db5969f9fc9beb807c910defc89be222e (diff)
downloadguix-patches-00442d15c2109539e1e29413c28b72ea756216a6.tar
guix-patches-00442d15c2109539e1e29413c28b72ea756216a6.tar.gz
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
-rw-r--r--gnu/packages/emacs-xyz.scm12
1 files 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")