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:
Nicolas Goaziou 2022-12-20 12:06:56 +01:00
parent 1102b5de69
commit f4e4e82483
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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