diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-24 17:14:38 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-24 17:14:38 +0100 |
commit | 146c35ca8124d47075f7623044e1bfae5620ceed (patch) | |
tree | 2070b7e94276b1a1db3f32efeedc7d154efa2efe | |
parent | 538331ac3e1ad74674cd8c23d19120f83e039a2c (diff) |
gnu: emacs-csharp-mode: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 1.1.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f9880d099d..865e0b52d9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13841,7 +13841,7 @@ reached with the right hand.") (define-public emacs-csharp-mode (package (name "emacs-csharp-mode") - (version "1.1.0") + (version "1.1.1") (source (origin (method git-fetch) @@ -13850,7 +13850,7 @@ reached with the right hand.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0xadchhbfikw2vac6kqkmdjjixhybxqqf99cpl089cga9sjc7i5p")))) + (base32 "0wfd4jdjsq8qp6pavf25y87dxvlnsqapfi4c4m3xj24baalr2dpq")))) (build-system emacs-build-system) (home-page "https://github.com/josteink/csharp-mode") (synopsis "Major mode for C# code") |