mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-org-contrib: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.4.1.
This commit is contained in:
parent
1102b5de69
commit
f4e4e82483
1 changed files with 2 additions and 2 deletions
|
@ -14468,7 +14468,7 @@ (define-public emacs-org
|
|||
(define-public emacs-org-contrib
|
||||
(package
|
||||
(name "emacs-org-contrib")
|
||||
(version "0.4")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14477,7 +14477,7 @@ (define-public emacs-org-contrib
|
|||
(commit (string-append "release_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06b1rpywj596nnnap6pj6fnmcq8fcc4i30zv7qsvs3ryxciw01fb"))))
|
||||
(base32 "0f3zjy3ybkqmvvlx04251add0vcz248qibxy5akal96l8bdhjajx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue