diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-05-01 12:34:09 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-05-01 12:34:09 +0200 |
commit | 7f766c9ba474f5cf44f9d94c821333993b2b6684 (patch) | |
tree | 2fb4fb005707b1f28ae1b153cff0066486a6b199 | |
parent | b6b97fafe81d7a4e8dac3ff50f6f54cc23a3e9cb (diff) | |
download | guix-7f766c9ba474f5cf44f9d94c821333993b2b6684.tar.gz |
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
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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 |