[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-activities: Update to 0.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-activities: Update to 0.6. |
Date: |
Tue, 05 Mar 2024 06:43:23 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b6dec0108f gnu: emacs-activities: Update to 0.6.
b6dec0108f is described below
commit b6dec0108f99d75066bad15aaa124b84bb0261f3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 12:42:47 2024 +0100
gnu: emacs-activities: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-activities): Update to 0.6.
Change-Id: I638ec282c49e9f52b258a672770c076cfcbedcd5
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f858597ea7..e1d14ea4aa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -372,14 +372,14 @@
(define-public emacs-activities
(package
(name "emacs-activities")
- (version "0.5.1")
+ (version "0.6")
(source
(origin
(method url-fetch)
(uri (string-append
"https://elpa.gnu.org/packages/activities-" version ".tar"))
(sha256
- (base32 "0ng9sgajcpal881s3kavkmz0fc38f2h207hpqj62cf14z7bsk0zk"))))
+ (base32 "03dc2d9w40qp0qacv5vk49498qyb9y9n6ppd79jbglkpr0a60y21"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-persist))
(home-page "https://github.com/alphapapa/activities.el")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-activities: Update to 0.6.,
guix-commits <=