diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2023-09-05 12:46:08 +0200 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-09-05 19:00:37 +0400 |
commit | 8d19ff23052bffb1c43f0d39f543eb0b1e363074 (patch) | |
tree | 2a5ac0b3f89789bb8b6b7c2cafc5a323d9a27541 | |
parent | d010fc6597731a663473b79736766c85d9f7c381 (diff) | |
download | guix-8d19ff23052bffb1c43f0d39f543eb0b1e363074.tar.gz guix-8d19ff23052bffb1c43f0d39f543eb0b1e363074.zip |
gnu: emacs-org-dailies: Update to 0-0.64477d.
* gnu/packages/emacs-xyz.scm (emacs-org-dailies): Update to 0-0.64477d.
(description): Fix typo.
Signed-off-by: Andrew Tropin <andrew@trop.in>
-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 da88028159..3648274a10 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10474,7 +10474,7 @@ when the cursor enters a fragment and disappear when it leaves.") (define-public emacs-org-dailies ;; No tags or versions. - (let ((commit "2db691bbfbee91e81eb828c98af1dee6c06a1cb1") + (let ((commit "64477d5c5cd92df72ba1375eeb149889d42371d7") (revision "0")) (package (name "emacs-org-dailies") @@ -10487,13 +10487,13 @@ when the cursor enters a fragment and disappear when it leaves.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1kbl7c9amwnimhw2d8zx8jdjy659z41d5x25bjdfb3ic9w9gcmfg")))) + (base32 "1lxm2xr743c2a5wj82qpprcdfsspcw33ijyq5wfbhcv2kngm4yql")))) (build-system emacs-build-system) (propagated-inputs (list emacs-dash)) (home-page "https://git.sr.ht/~ngraves/org-dailies") (synopsis "Bare-bones daily journaling with Emacs") (description - "This package provides daily journaling helpers. It is a bare-bones + "This package provides daily journaling helpers. It is a bare-bones copy of the org-roam-dailies extension without org-roam.") (license license:gpl3+)))) |