guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: actionlint: Update to 1.7.1.


From: guix-commits
Subject: 05/12: gnu: actionlint: Update to 1.7.1.
Date: Sun, 15 Sep 2024 16:36:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8f6a5af3d7f941e40aca5e5355d3d52b0c46315a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 8 02:00:00 2024 +0200

    gnu: actionlint: Update to 1.7.1.
    
    * gnu/packages/check.scm (actionlint): Update to 1.7.1.
    
    Change-Id: I288c5e1793691b070d2acfbcf556dd9e4c104c04
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 248d1c4231..656a2e1730 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1299,7 +1299,7 @@ but it works for any C/C++ project.")
 (define-public actionlint
   (package
     (name "actionlint")
-    (version "1.6.26")
+    (version "1.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1308,7 +1308,7 @@ but it works for any C/C++ project.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0j4ni2cryvqn3qim1r6q6sargh0wig6l4vjjwc40cgqvvkrdla04"))))
+                "0h84gb2mfhsrv1vqb3s2ff9j43zhg0ga49af6h2wdssbrs7w3vcy"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/rhysd/actionlint/cmd/actionlint"



reply via email to

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