mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
b6b97fafe8
commit
7f766c9ba4
1 changed files with 2 additions and 2 deletions
|
@ -4980,7 +4980,7 @@ (define-public emacs-elf-mode
|
|||
(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 @@ (define-public emacs-org-fc
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0911lr5qlk7p1fg8ady5x39ai08yws70z6yg2w1qgc8zadyqp0w4"))))
|
||||
(base32 "12azynnz3hzbb2643chwbwzxg0q1m555k77jkxfikrmh9wzb2k35"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue