summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-05-29 00:04:00 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-05-29 00:04:00 +0200
commita37159c03645cbbaa076e93e0b83bd48c935528c (patch)
treedb3602b6b92f3d7de0d4a8519b103dc8f5eeec2f /gnu
parentf95a062f95cc9037a2d6ac928bb896c7e9688566 (diff)
downloadguix-a37159c03645cbbaa076e93e0b83bd48c935528c.tar.gz
gnu: emacs-csharp-mode: Update to 0.11.0.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 0.11.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9978d7c989..f4ba9cd94d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12863,7 +12863,7 @@ reached with the right hand.")
 (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 @@ reached with the right hand.")
              (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")