gnu: emacs-csharp-mode: Update to 0.12.0.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 0.12.0.
This commit is contained in:
parent
3ef3f791f9
commit
01cc360cf5
1 changed files with 3 additions and 3 deletions
|
@ -13434,16 +13434,16 @@ reached with the right hand.")
|
||||||
(define-public emacs-csharp-mode
|
(define-public emacs-csharp-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-csharp-mode")
|
(name "emacs-csharp-mode")
|
||||||
(version "0.11.0")
|
(version "0.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/josteink/csharp-mode")
|
(url "https://github.com/josteink/csharp-mode")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0aq6ln92jr3hcrd1592n4s5cb079fly7qaj2hm510p9zckyfx230"))))
|
(base32 "1x40xm9d5sbxbnyxl12ppkzlgxzyn0bjg2vmc139jpkazmmw7r7k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/josteink/csharp-mode")
|
(home-page "https://github.com/josteink/csharp-mode")
|
||||||
(synopsis "Major mode for C# code")
|
(synopsis "Major mode for C# code")
|
||||||
|
|
Reference in a new issue