guix-commits
[Top][All Lists]
Advanced

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

47/78: gnu: emacs-flycheck: Update to 34.1.


From: guix-commits
Subject: 47/78: gnu: emacs-flycheck: Update to 34.1.
Date: Fri, 23 Feb 2024 03:12:09 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit e9341554e9f4a088fcd867dbf381d2a1d0d468f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 13:47:15 2024 +0100

    gnu: emacs-flycheck: Update to 34.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 34.1.
    
    Change-Id: I980fc156d783824f8ca07d2ba83a943e15edcb8f
---
 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 38e4afbf16..26d630d913 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2594,7 +2594,7 @@ on the Flexoki colour scheme by Steph Ango.")
 (define-public emacs-flycheck
   (package
     (name "emacs-flycheck")
-    (version "32")
+    (version "34.1")
     (source
      (origin
        (method git-fetch)
@@ -2602,7 +2602,7 @@ on the Flexoki colour scheme by Steph Ango.")
              (url "https://github.com/flycheck/flycheck/";)
              (commit version)))
        (sha256
-        (base32 "0dx6wqxz1yfp4shas4yn6abqc8bz21ks3glcyzznm3xspjdaq21s"))
+        (base32 "1rhsrbbg3y50qc4drbdgwa1z0hw7w84blgr0xl6zi9mqnjnak495"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs



reply via email to

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