[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: emacs-skempo: Update to 0.2.2.
From: |
guix-commits |
Subject: |
05/07: gnu: emacs-skempo: Update to 0.2.2. |
Date: |
Tue, 1 Nov 2022 17:49:26 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2c6a6f8743568e6e2caa5484cf2df4d266d41387
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 1 22:42:44 2022 +0100
gnu: emacs-skempo: Update to 0.2.2.
* gnu/packages/emacs-xyz.scm (emacs-skempo): Update to 0.2.2.
---
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 a66301e6b5..222c162bc8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4760,7 +4760,7 @@ Stack Overflow, Super User, and other StackExchange
sites.")
(define-public emacs-skempo
(package
(name "emacs-skempo")
- (version "0.1.0")
+ (version "0.2.2")
(source
(origin
(method git-fetch)
@@ -4770,7 +4770,7 @@ Stack Overflow, Super User, and other StackExchange
sites.")
(file-name (git-file-name name version))
(sha256
(base32
- "0na465f27p6n64sf0pj0aqdi384m1wy3hxcc2d6a67hs39rkyvi9"))))
+ "0xsr6819qaad0y8rhfrf555c9w7cmgbgkf1a2svgbp7rhhnywl0a"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-parent-mode))
- branch master updated (d0917d7782 -> 314b436fe6), guix-commits, 2022/11/01
- 02/07: gnu: fet: Update to 6.7.0., guix-commits, 2022/11/01
- 01/07: gnu: giac: Update to 1.9.0-27., guix-commits, 2022/11/01
- 04/07: gnu: emacs-mct: Update to 0.5.1., guix-commits, 2022/11/01
- 07/07: gnu: emacs-compat: Update to 28.1.2.2., guix-commits, 2022/11/01
- 03/07: gnu: emacs-consult-lsp: Update to 1.1., guix-commits, 2022/11/01
- 06/07: gnu: emacs-dockerfile-mode: Update to 1.8., guix-commits, 2022/11/01
- 05/07: gnu: emacs-skempo: Update to 0.2.2.,
guix-commits <=