summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-09-25 22:40:12 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-09-25 22:40:12 +0200
commitb10bd949c1de5906322203de80625e31300d1820 (patch)
treee6b3c19f7ab77c5576d85ed4a351b75e3c819126
parentf82b97216950501661d519cec99d0c9b16d10c14 (diff)
downloadguix-patches-b10bd949c1de5906322203de80625e31300d1820.tar
guix-patches-b10bd949c1de5906322203de80625e31300d1820.tar.gz
gnu: emacs-csharp-mode: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 1.0.2. [license]: Use to GPL3+.
-rw-r--r--gnu/packages/emacs-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46193c2600..5b006d2a14 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13659,7 +13659,7 @@ reached with the right hand.")
(define-public emacs-csharp-mode
(package
(name "emacs-csharp-mode")
- (version "0.12.0")
+ (version "1.0.2")
(source
(origin
(method git-fetch)
@@ -13668,7 +13668,7 @@ reached with the right hand.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1x40xm9d5sbxbnyxl12ppkzlgxzyn0bjg2vmc139jpkazmmw7r7k"))))
+ (base32 "1gdr1y8q93xr5vlx6jj95js6rmmsspq2bn870igbaijwwsn0sf7g"))))
(build-system emacs-build-system)
(home-page "https://github.com/josteink/csharp-mode")
(synopsis "Major mode for C# code")
@@ -13677,8 +13677,7 @@ reached with the right hand.")
syntax coloring, indentation, insertion of matched pairs of curly braces and
documentation generation. In addition, it provides menu-based navigation
using Imenu, and Compilation mode support for MSBuild, devenv and xbuild.")
- ;; XXX: Project switched to GPL3+ after 0.10.0 release.
- (license license:gpl2+)))
+ (license license:gpl3+)))
(define-public emacs-php-mode
(package