[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: emacs-project: Update to 0.9.6.
From: |
guix-commits |
Subject: |
02/07: gnu: emacs-project: Update to 0.9.6. |
Date: |
Sun, 29 Jan 2023 09:41:28 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit d8b499dafb7b36aec03f5feb5a8878c3648672b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 29 15:23:07 2023 +0100
gnu: emacs-project: Update to 0.9.6.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.6.
---
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 9d51491c4f..6a177ff4ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1002,13 +1002,13 @@ buffer.")
(define-public emacs-project
(package
(name "emacs-project")
- (version "0.9.5")
+ (version "0.9.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version
".tar"))
(sha256
- (base32 "1d8ky1nvl2hnsnplsix93fmg51fj5kw8dxa1irfgcyv48h65dxzr"))))
+ (base32 "11zxkfv756xsx6c87r66sm3k88hv5f623bp3hh1cp3j97hkd4b4d"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xref))
(home-page "https://elpa.gnu.org/packages/project.html")
- branch master updated (b9e6e31877 -> 46a93fef85), guix-commits, 2023/01/29
- 01/07: gnu: emacs-sqlite3-api: Fix broken sqlite3.el., guix-commits, 2023/01/29
- 05/07: gnu: emacs-pulseaudio-control: Improve package style., guix-commits, 2023/01/29
- 04/07: gnu: emacs-pulseaudio-control: Update to 0.1-0.34a61143., guix-commits, 2023/01/29
- 02/07: gnu: emacs-project: Update to 0.9.6.,
guix-commits <=
- 06/07: gnu: Add emacs-clj-deps-new., guix-commits, 2023/01/29
- 03/07: gnu: emacs-sml-mode: Update to 6.11., guix-commits, 2023/01/29
- 07/07: gnu: Add emacs-lingva., guix-commits, 2023/01/29