[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/42: gnu: emacs-project: Update to 0.10.0.
From: |
guix-commits |
Subject: |
01/42: gnu: emacs-project: Update to 0.10.0. |
Date: |
Tue, 3 Oct 2023 16:54:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 34412094caea7386e77295d5b83c1d48c9b9c67b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 13:35:03 2023 +0200
gnu: emacs-project: Update to 0.10.0.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.10.0.
---
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 2e0b094d85..27e9fcb1ea 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1269,13 +1269,13 @@ face properties and allows configuration of faces and
colors.")
(define-public emacs-project
(package
(name "emacs-project")
- (version "0.9.8")
+ (version "0.10.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version
".tar"))
(sha256
- (base32 "0i1q9blvpj3bygjh98gv0kqn2rm01b8lqp9vra82sy3hzzj39pyx"))))
+ (base32 "060iw06c60vjy1bp771zz0n24x4s7kpyvdjs51147v2kz35n08pb"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xref))
(home-page "https://elpa.gnu.org/packages/project.html")
- branch master updated (f3b907c168 -> 8e6022732a), guix-commits, 2023/10/03
- 02/42: gnu: emacs-mmm-mode: Update to 0.5.10., guix-commits, 2023/10/03
- 05/42: gnu: emacs-pyim: Update to 5.3.3., guix-commits, 2023/10/03
- 10/42: gnu: emacs-bm: Update to 202309., guix-commits, 2023/10/03
- 12/42: gnu: emacs-clojure-mode: Update to 5.17.0., guix-commits, 2023/10/03
- 01/42: gnu: emacs-project: Update to 0.10.0.,
guix-commits <=
- 04/42: gnu: emacs-denote-menu: Update to 1.2.0., guix-commits, 2023/10/03
- 06/42: gnu: emacs-tramp: Update to 2.6.1.3., guix-commits, 2023/10/03
- 08/42: gnu: emacs-seq: Update to 2.24., guix-commits, 2023/10/03
- 09/42: gnu: emacs-subed: Update to 1.2.4., guix-commits, 2023/10/03
- 03/42: gnu: emacs-stream: Update to 2.3.0., guix-commits, 2023/10/03
- 07/42: gnu: emacs-ebdb: Update to 0.8.18., guix-commits, 2023/10/03
- 13/42: gnu: emacs-company-emoji: Update to 2.8.0., guix-commits, 2023/10/03
- 20/42: gnu: emacs-ement: Update to 0.13., guix-commits, 2023/10/03
- 21/42: gnu: emacs-extmap: Update to 1.3., guix-commits, 2023/10/03
- 25/42: gnu: emacs-inspector: Update to 0.36., guix-commits, 2023/10/03