Archived
1
0
Fork 0

gnu: emacs-org-auto-tangle: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-org-auto-tangle): Update to 0.6.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
jgart 2022-08-13 21:54:44 -05:00 committed by 宋文武
parent 76ef73f81f
commit bd8fdbe010
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -18820,7 +18820,7 @@ Chinese to English.")
(define-public emacs-org-auto-tangle (define-public emacs-org-auto-tangle
(package (package
(name "emacs-org-auto-tangle") (name "emacs-org-auto-tangle")
(version "0.4.1") (version "0.6.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -18829,7 +18829,7 @@ Chinese to English.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zb7vcmhmjiqpbbhqrqci689rnpn10p985cs5jk9sgg66xsbrgs3")))) "1kn1jsbv97ps280lcdx19d6hs7pvz7q9ng67xlb1kwjb680pa7rl"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-async)) (propagated-inputs (list emacs-async))
(home-page "https://github.com/yilkalargaw/org-auto-tangle") (home-page "https://github.com/yilkalargaw/org-auto-tangle")