guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-csharp-mode: Update to 0.12.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-csharp-mode: Update to 0.12.0.
Date: Thu, 29 Jul 2021 04:26:58 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 01cc360  gnu: emacs-csharp-mode: Update to 0.12.0.
01cc360 is described below

commit 01cc360cf5753ec7888eb1040483d8e64e72ba93
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 29 10:26:31 2021 +0200

    gnu: emacs-csharp-mode: Update to 0.12.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 0.12.0.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4a6ad81..d468abd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13434,16 +13434,16 @@ reached with the right hand.")
 (define-public emacs-csharp-mode
   (package
     (name "emacs-csharp-mode")
-    (version "0.11.0")
+    (version "0.12.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/josteink/csharp-mode";)
-             (commit (string-append "v" version))))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0aq6ln92jr3hcrd1592n4s5cb079fly7qaj2hm510p9zckyfx230"))))
+        (base32 "1x40xm9d5sbxbnyxl12ppkzlgxzyn0bjg2vmc139jpkazmmw7r7k"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/josteink/csharp-mode";)
     (synopsis "Major mode for C# code")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]