[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: emacs-s: Update to 1.13.0.
From: |
guix-commits |
Subject: |
02/06: gnu: emacs-s: Update to 1.13.0. |
Date: |
Wed, 31 Aug 2022 17:53:55 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 44e363b1504617caa196d5b859604e70e46c48cf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 31 23:44:09 2022 +0200
gnu: emacs-s: Update to 1.13.0.
* gnu/packages/emacs-xyz.scm (emacs-s): Update to 1.13.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 530c41b50e..eede2c4a4e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4333,7 +4333,7 @@ which is restored where possible when the file is loaded
again.")
(define-public emacs-s
(package
(name "emacs-s")
- (version "1.12.0")
+ (version "1.13.0")
(source
(origin
(method git-fetch)
@@ -4342,7 +4342,7 @@ which is restored where possible when the file is loaded
again.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1g8mqd13llj007al4nlxxx4z2lcsg3wk970mgjn0avwrhjjgdmmv"))))
+ (base32 "010i92kagqbfis46n1ffa28fgkdkjp55n13b6f4izar5r7ixm6wx"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
- branch master updated (5aa431ba20 -> a3b5b86db7), guix-commits, 2022/08/31
- 03/06: gnu: emacs-corfu: Update to 0.27., guix-commits, 2022/08/31
- 02/06: gnu: emacs-s: Update to 1.13.0.,
guix-commits <=
- 01/06: gnu: emacs-tramp: Update to 2.5.3.2., guix-commits, 2022/08/31
- 04/06: gnu: emacs-vertico: Update to 0.26., guix-commits, 2022/08/31
- 05/06: gnu: emacs-autothemer: Update to 0.2.10., guix-commits, 2022/08/31
- 06/06: gnu: emacs-diff-hl: Update to 1.9.0., guix-commits, 2022/08/31