me
/
guix
Archived
1
0
Fork 0

gnu: emacs-skempo: Update to 0.2.2.

* gnu/packages/emacs-xyz.scm (emacs-skempo): Update to 0.2.2.
Nicolas Goaziou 2022-11-01 22:42:44 +01:00
parent b74cd58692
commit 2c6a6f8743
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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))