mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: emacs-csharp-mode: Update to 0.11.0.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 0.11.0.
This commit is contained in:
parent
f95a062f95
commit
a37159c036
1 changed files with 2 additions and 2 deletions
|
@ -12863,7 +12863,7 @@ (define-public emacs-boon
|
|||
(define-public emacs-csharp-mode
|
||||
(package
|
||||
(name "emacs-csharp-mode")
|
||||
(version "0.10.0")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12872,7 +12872,7 @@ (define-public emacs-csharp-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0vwkbla2gkfa9dzxfvrvr7hd2z16769iwbycl7k6l701dnwli1fw"))))
|
||||
(base32 "0aq6ln92jr3hcrd1592n4s5cb079fly7qaj2hm510p9zckyfx230"))))
|
||||
(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