mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-csharp-mode: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 2.0.0.
This commit is contained in:
parent
4c560af9aa
commit
fddd62ff53
1 changed files with 2 additions and 2 deletions
|
@ -16016,7 +16016,7 @@ similar syntax; currently C++, Objective-C, Java, CORBA's IDL, Pike, and AWK.")
|
||||||
(define-public emacs-csharp-mode
|
(define-public emacs-csharp-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-csharp-mode")
|
(name "emacs-csharp-mode")
|
||||||
(version "1.1.1")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16025,7 +16025,7 @@ similar syntax; currently C++, Objective-C, Java, CORBA's IDL, Pike, and AWK.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wfd4jdjsq8qp6pavf25y87dxvlnsqapfi4c4m3xj24baalr2dpq"))))
|
(base32 "1d0pf236xi4c7fazv67a53yrac24lilnkzp9pb55xm88gig7rfmz"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue