me
/
guix
Archived
1
0
Fork 0

gnu: emacs-frecency: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-frecency): Update to 1.0.

Change-Id: Id3491d73081f768adb7eaa542c48fed6791372f6
master
Nicolas Goaziou 2024-01-21 23:31:52 +01:00
parent ecae012c80
commit bf7ef80167
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 22 deletions

View File

@ -23032,29 +23032,25 @@ outline-mode), so there is no such thing like an outshine mode, only
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-frecency (define-public emacs-frecency
(let ((commit "31ef9ff4af1a4fed3dcc24ea74037feea8795c87") (package
(version "0.1-pre") (name "emacs-frecency")
(revision "1")) (version "1.0")
(package (source (origin
(name "emacs-frecency") (method git-fetch)
(version (git-version version revision commit)) (uri (git-reference
(source (origin (url "https://github.com/alphapapa/frecency.el")
(method git-fetch) (commit (string-append "v" version))))
(uri (git-reference (sha256
(url "https://github.com/alphapapa/frecency.el") (base32
(commit commit))) "1n1ghl3jr4wmzc4f5xhkx5mfg3vfqs0kjzbra6k5drcnyh2iixkc"))
(sha256 (file-name (git-file-name name version))))
(base32 (build-system emacs-build-system)
"051aihjdg3x22svaxhwylpi8i6s2x9j8syvsj1jgilgjjdy15l6j")) (propagated-inputs (list emacs-a emacs-dash))
(file-name (git-file-name name version)))) (home-page "https://github.com/alphapapa/frecency.el")
(build-system emacs-build-system) (synopsis "Sort items by frequency and recency of access")
(propagated-inputs (description "This package provides a way of sorting items via
(list emacs-a emacs-dash))
(home-page "https://github.com/alphapapa/frecency.el")
(synopsis "Sort items by frequency and recency of access")
(description "This package provides a way of sorting items via
a heuristic based on frequency and recency.") a heuristic based on frequency and recency.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-org-recent-headings (define-public emacs-org-recent-headings
(let ((commit "97418d581ea030f0718794e50b005e9bae44582e") (let ((commit "97418d581ea030f0718794e50b005e9bae44582e")