mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: emacs-org-contrib: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.5. Change-Id: Ib5f3f6ca30c3a5a72ce855db416c68b8d3e00aad
This commit is contained in:
parent
6cb1f6b601
commit
b6b97fafe8
1 changed files with 2 additions and 2 deletions
|
@ -17126,7 +17126,7 @@ (define-public emacs-org
|
||||||
(define-public emacs-org-contrib
|
(define-public emacs-org-contrib
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-contrib")
|
(name "emacs-org-contrib")
|
||||||
(version "0.4.2")
|
(version "0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17135,7 +17135,7 @@ (define-public emacs-org-contrib
|
||||||
(commit (string-append "release_" version))))
|
(commit (string-append "release_" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11p83gp5lpajf3aaaijs0p6y83sd9g6cv65h7021prcn4qbvipl8"))))
|
(base32 "1iwzxaxn4nc78xn8g13xk081fbqmkxw1hsjvlkpms43xzwpdig5a"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue