diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-01-09 11:27:25 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-01-09 11:27:25 +0100 |
commit | a9e70dc5a6fdce9f0bf8ca8fd8459d59786a6d17 (patch) | |
tree | 5db11e0a29cb4b73e7fc514d2421c022f6d6fa30 | |
parent | e39fbd889042ffb31b0f5fee4dc4a3d40858a853 (diff) | |
download | guix-a9e70dc5a6fdce9f0bf8ca8fd8459d59786a6d17.tar guix-a9e70dc5a6fdce9f0bf8ca8fd8459d59786a6d17.tar.gz |
gnu: emacs-helm-org: Update to 20191229.
* gnu/packages/emacs-xyz.scm (emacs-helm-org): Update to 20191229.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6c9d493c62..5224492844 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6996,8 +6996,8 @@ not tied in the trap of backward compatibility.") (license license:gpl3+))) (define-public emacs-helm-org - (let ((commit "b9a1167b0716a22a69670f4c35e0ac59d2e0b220") - (revision "2")) + (let ((commit "8457e1e46227bf87726e05c42cec5a4b51c2ef7b") + (revision "3")) (package (name "emacs-helm-org") (version (git-version "1.0" revision commit)) @@ -7009,7 +7009,7 @@ not tied in the trap of backward compatibility.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1gc27i4azqpgijva1f4ckfdp4s52mc9pnfcmzhkwhknr6pd6jlcr")))) + (base32 "0kcjhwwi492n9m2w894hvdavfvhj45zygy7bwvx103wvpay5h6h6")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-helm" ,emacs-helm))) |