mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: emacs-activities: Update to 0.7.2.
* gnu/packages/emacs-xyz.scm (emacs-activities): Update to 0.7.2. Change-Id: Ibd8043b9a3997782d279e7e1e31369789a28b976
This commit is contained in:
parent
000f3b6d5a
commit
449919cd02
1 changed files with 2 additions and 2 deletions
|
@ -407,14 +407,14 @@ buffer, a file on your disk, or a string from the kill ring.")
|
|||
(define-public emacs-activities
|
||||
(package
|
||||
(name "emacs-activities")
|
||||
(version "0.7.1")
|
||||
(version "0.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://elpa.gnu.org/packages/activities-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1khhkfyy251mag5zqybsvfg3sak0aac1qlsdl1wyiin7f6sq9563"))))
|
||||
(base32 "1b6d77b5h2vikfxqjlb1jx5pnij5bif788nysvvn3wlzpwdi88s0"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-persist))
|
||||
(home-page "https://github.com/alphapapa/activities.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue