guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 51cb0ac711f289d9c212cbb69295ffe9a6ef43b4
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Oct 22 20:30:41 2025 +0200
gnu: emacs-calfw: Update to 2.0.
* gnu/packages/emacs-xyz.scm (emacs-calfw): Update to 2.0.
[arguments]: Disable #:tests?.
Change-Id: Ifcefca035e0c7204710b07b96a8882c296b9340b
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 62da7b0a60..9fd5aac1da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5955,7 +5955,7 @@ the ability to jump forward and backward to the next
bookmark.")
(define-public emacs-calfw
(package
(name "emacs-calfw")
- (version "1.6")
+ (version "2.0")
(source
(origin
(method git-fetch)
@@ -5965,8 +5965,9 @@ the ability to jump forward and backward to the next
bookmark.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"))))
+ "0vmd9dl1hnmwjfr9gy8n91724bl05walhjx2myszh6qs28xay0z4"))))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; no tests
(propagated-inputs
(list emacs-howm))
(home-page "https://github.com/kiwanami/emacs-calfw/")