[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-psc-ide: Update to ce97d71.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-psc-ide: Update to ce97d71. |
Date: |
Thu, 07 Jul 2022 16:27:00 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ad4cd4f073 gnu: emacs-psc-ide: Update to ce97d71.
ad4cd4f073 is described below
commit ad4cd4f0733ef4f4ffc8a89006ec12b9b6dae73b
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Mar 25 21:34:07 2022 -0400
gnu: emacs-psc-ide: Update to ce97d71.
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): Update to ce97d71.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
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 a6dc745194..2e259287b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17969,8 +17969,8 @@ and can be consulted and modified.")
(define-public emacs-psc-ide
;; There is no proper release. The base version is extracted from the
;; "Version" keyword in the main file.
- (let ((commit "7fc2b841be25f5bc5e1eb7d0634436181c38b3fe")
- (revision "1"))
+ (let ((commit "ce97d719458ea099b40c02f05b6609601c727e66")
+ (revision "2"))
(package
(name "emacs-psc-ide")
(version (git-version "0.1.0" revision commit))
@@ -17983,7 +17983,7 @@ and can be consulted and modified.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0r0fymyai30jimm34z1cmav4wgij8ci6s1d9y7qigygfbbfrdsmj"))))
+ (base32 "0xfw93pdf744h2yswc53qwyawfzkc31rv8dmha3irq7k1nklhq6y"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-company emacs-dash emacs-flycheck emacs-let-alist
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-psc-ide: Update to ce97d71.,
guix-commits <=