gnu: emacs-csharp-mode: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 1.1.0.
This commit is contained in:
parent
d14f006355
commit
8ae8c327dd
1 changed files with 2 additions and 2 deletions
|
@ -13819,7 +13819,7 @@ (define-public emacs-boon
|
|||
(define-public emacs-csharp-mode
|
||||
(package
|
||||
(name "emacs-csharp-mode")
|
||||
(version "1.0.2")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13828,7 +13828,7 @@ (define-public emacs-csharp-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gdr1y8q93xr5vlx6jj95js6rmmsspq2bn870igbaijwwsn0sf7g"))))
|
||||
(base32 "0xadchhbfikw2vac6kqkmdjjixhybxqqf99cpl089cga9sjc7i5p"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/josteink/csharp-mode")
|
||||
(synopsis "Major mode for C# code")
|
||||
|
|
Loading…
Reference in a new issue