diff options
| author | 2026-05-15 02:06:26 -0700 | |
|---|---|---|
| committer | 2026-05-15 02:10:20 -0700 | |
| commit | d9d094b9408aef6d7d07a13b10394af5aefef1ed (patch) | |
| tree | 465f0192832b27007b481026d093bbc94b7b467d /oni/packages | |
| parent | 9cd5fe75789511f54d315e7ff8cf6325d760d4d7 (diff) | |
| download | new-dotfiles-d9d094b9408aef6d7d07a13b10394af5aefef1ed.tar.gz new-dotfiles-d9d094b9408aef6d7d07a13b10394af5aefef1ed.zip | |
packages/emacs: Update org-mem
Diffstat (limited to 'oni/packages')
| -rw-r--r-- | oni/packages/emacs.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index b992a03..157e23f 100644 --- a/oni/packages/emacs.scm +++ b/oni/packages/emacs.scm @@ -843,7 +843,7 @@ flycheck-phpstan) (flycheck-mode t)) (add-hook php-mode-hook my-php-mode-setup). (license #f))) (define-public emacs-org-mem - (let ((commit "0a33650ccb79c9bd49d7598fbb8f09beb2153350") + (let ((commit "07094dac902e452d59533e4d01e8177afaa0cfd1") (revision "0")) (package (name "emacs-org-mem") @@ -856,9 +856,12 @@ flycheck-phpstan) (flycheck-mode t)) (add-hook php-mode-hook my-php-mode-setup). (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0jrisa0w6khiv2mndhyrr0yjsg191yix4gpj2g57nvp80l3xbnbl")))) + (base32 "09c2s9yz3288g0z66wxqhhk7nwwqri7wgprk3k9h41l0l2hswssc")))) (build-system emacs-build-system) - (propagated-inputs (list emacs-el-job emacs-emacsql emacs-llama)) + (propagated-inputs (list emacs-el-job + emacs-emacsql + emacs-llama + emacs-truename-cache)) (home-page "https://github.com/meedstrom/org-node") (synopsis "Cache metadata on all Org files") (description |
