mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ that the binary uses instead of the actual binary contents.")
|
||||||
(define-public emacs-org-fc
|
(define-public emacs-org-fc
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-fc")
|
(name "emacs-org-fc")
|
||||||
(version "0.5.1")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4989,7 +4989,7 @@ that the binary uses instead of the actual binary contents.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0911lr5qlk7p1fg8ady5x39ai08yws70z6yg2w1qgc8zadyqp0w4"))))
|
(base32 "12azynnz3hzbb2643chwbwzxg0q1m555k77jkxfikrmh9wzb2k35"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue