ngz pushed a commit to branch master
in repository guix.

commit 7f766c9ba474f5cf44f9d94c821333993b2b6684
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed May 1 12:34:09 2024 +0200

    gnu: emacs-org-fc: Update to 0.6.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-fc): Update to 0.6.1.
    
    Change-Id: Ib64456aa31d51bd3dea738ce895e4b8d5b56cbb0
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7b9d33f1a4..a3b1959079 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4980,7 +4980,7 @@ that the binary uses instead of the actual binary 
contents.")
 (define-public emacs-org-fc
   (package
     (name "emacs-org-fc")
-    (version "0.5.1")
+    (version "0.6.1")
     (source
      (origin
        (method git-fetch)
@@ -4989,7 +4989,7 @@ that the binary uses instead of the actual binary 
contents.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0911lr5qlk7p1fg8ady5x39ai08yws70z6yg2w1qgc8zadyqp0w4"))))
+        (base32 "12azynnz3hzbb2643chwbwzxg0q1m555k77jkxfikrmh9wzb2k35"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to