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 1.1.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-csharp-mode: Update to 1.1.0.
Date: Wed, 17 Nov 2021 09:01:33 -0500

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 8ae8c32  gnu: emacs-csharp-mode: Update to 1.1.0.
8ae8c32 is described below

commit 8ae8c327dd3def20ec9517b0eef28b13c6f9ee30
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 17 15:00:53 2021 +0100

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9be5c26..09d6c77 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13819,7 +13819,7 @@ reached with the right hand.")
 (define-public emacs-csharp-mode
   (package
     (name "emacs-csharp-mode")
-    (version "1.0.2")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -13828,7 +13828,7 @@ reached with the right hand.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gdr1y8q93xr5vlx6jj95js6rmmsspq2bn870igbaijwwsn0sf7g"))))
+        (base32 "0xadchhbfikw2vac6kqkmdjjixhybxqqf99cpl089cga9sjc7i5p"))))
     (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]