[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: emacs-matcha: Update to 0.0.1-2.dc4a940.
From: |
guix-commits |
Subject: |
04/08: gnu: emacs-matcha: Update to 0.0.1-2.dc4a940. |
Date: |
Fri, 22 Sep 2023 18:03:57 -0400 (EDT) |
lilyp pushed a commit to branch emacs-team
in repository guix.
commit 30a339b364b779049a81715cea21583943d84d2b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Sep 15 20:43:47 2023 +0200
gnu: emacs-matcha: Update to 0.0.1-2.dc4a940.
* gnu/packages/emacs-xyz.scm (emacs-matcha): Update to 0.0.1-2.dc4a940.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95217aea1a..4ca6b62026 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30321,10 +30321,10 @@ comfort of Magit and the rest of Emacs.")
(license license:gpl3+)))
(define-public emacs-matcha
- (let ((commit "c7df5cf5cdac9ae369e241342389ccda0205eab9"))
+ (let ((commit "dc4a940b3360aadeb2d9eaab7bd0c85e1e85ab76"))
(package
(name "emacs-matcha")
- (version (git-version "0.0.1" "1" commit)) ;no upstream release
+ (version (git-version "0.0.1" "2" commit)) ;no upstream release
(source (origin
(method git-fetch)
(uri (git-reference
@@ -30333,7 +30333,7 @@ comfort of Magit and the rest of Emacs.")
(file-name (git-file-name name version))
(sha256
(base32
- "1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
+ "1bljnv5z289hxn73y7krbd0wya6acnwphabxwfajilpc118qz3lp"))))
(propagated-inputs (list emacs-hydra))
(build-system emacs-build-system)
(home-page "https://github.com/jojojames/matcha/")
- branch emacs-team updated (95ddf01d11 -> cdbd81ce14), guix-commits, 2023/09/22
- 03/08: gnu: emacs-elfeed-org: Fix build., guix-commits, 2023/09/22
- 08/08: Merge branch 'master' into emacs-team, guix-commits, 2023/09/22
- 05/08: gnu: emacs-ob-go: Fix build., guix-commits, 2023/09/22
- 04/08: gnu: emacs-matcha: Update to 0.0.1-2.dc4a940.,
guix-commits <=
- 01/08: gnu: emacs-go-mode: Fix build., guix-commits, 2023/09/22
- 02/08: gnu: emacs-lispy: Fix build., guix-commits, 2023/09/22
- 06/08: gnu: emacs-pyvenv: Fix build., guix-commits, 2023/09/22
- 07/08: gnu: emacs-rjsx-mode: Fix build., guix-commits, 2023/09/22