[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/67: gnu: emacs-compat: Update source to use git reference.
From: |
guix-commits |
Subject: |
50/67: gnu: emacs-compat: Update source to use git reference. |
Date: |
Tue, 18 Jun 2024 18:08:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 1ac526f02392827817adbadc884f90964bedab13
Author: Suhail Singh <suhailsingh247@gmail.com>
AuthorDate: Mon Jun 17 08:03:08 2024 -0400
gnu: emacs-compat: Update source to use git reference.
* gnu/packages/emacs-xyz.scm (emacs-compat): The hash on ELPA no longer
matches the one noted in Guix. Update it to use the git repository.
Change-Id: I0c9cb62be365e87cb4da1847272743bb4206197c
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4a4a80c1d8..a01d56523b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9479,12 +9479,13 @@ correct movement and editing than you would otherwise
have.")
(name "emacs-compat")
(version "29.1.4.5")
(source (origin
- (method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/"
- "compat-" version ".tar"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-compat/compat")
+ (commit version)))
(sha256
(base32
- "191cjzrw9xm5bvcf8s1yr9hdcn9i02789xfd8pz33lk65s0rq413"))))
+ "1bq2nk052g5ydl6qgiiiflnamzn1lgikv6yc8ijfzwksg06wq959"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/compat.html")
(synopsis "Emacs Lisp Compatibility Library")
- 39/67: gnu: emacs-org-modern: Update to 1.3., (continued)
- 39/67: gnu: emacs-org-modern: Update to 1.3., guix-commits, 2024/06/18
- 44/67: gnu: Add emacs-dape., guix-commits, 2024/06/18
- 46/67: gnu: emacs-yeetube: Update to 2.1.6, guix-commits, 2024/06/18
- 27/67: gnu: emacs-exwm: Update to 0.30., guix-commits, 2024/06/18
- 31/67: gnu: emacs-persist: Update to 0.6.1., guix-commits, 2024/06/18
- 43/67: gnu: Add emacs-context-transient., guix-commits, 2024/06/18
- 45/67: gnu: Add emacs-devil., guix-commits, 2024/06/18
- 47/67: gnu: emacs-org: Update to 9.7.4., guix-commits, 2024/06/18
- 32/67: gnu: emacs-xref: Update to 1.7.0., guix-commits, 2024/06/18
- 41/67: gnu: emacs-jsonrpc: Update to 1.0.25., guix-commits, 2024/06/18
- 50/67: gnu: emacs-compat: Update source to use git reference.,
guix-commits <=
- 52/67: gnu: emacs-transient: Update to 0.7.0., guix-commits, 2024/06/18
- 54/67: gnu: emacs-jinx: Update to 1.7., guix-commits, 2024/06/18
- 56/67: gnu: emacs-fontaine: Update to 2.0.0., guix-commits, 2024/06/18
- 60/67: gnu: emacs-consult: Update to 1.7., guix-commits, 2024/06/18
- 64/67: gnu: emacs-autocrypt: Update to 0.4.2., guix-commits, 2024/06/18
- 62/67: gnu: emacs-casual-dired: Update to 1.3.0., guix-commits, 2024/06/18
- 65/67: gnu: flatzebra: Update to 0.2.0., guix-commits, 2024/06/18
- 29/67: gnu: emacs-csv-mode: Update to 1.25., guix-commits, 2024/06/18
- 67/67: gnu: scribus: Update to 1.6.2., guix-commits, 2024/06/18
- 51/67: gnu: emacs-yasnippet: Refresh version., guix-commits, 2024/06/18