guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: pre-commit: Update to 2.14.0.


From: guix-commits
Subject: 05/05: gnu: pre-commit: Update to 2.14.0.
Date: Mon, 9 Aug 2021 13:21:21 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit e7971cb430d45f9ad8fcc0fe5bd88e1b863c5047
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 9 20:18:47 2021 +0300

    gnu: pre-commit: Update to 2.14.0.
    
    * gnu/packages/version-control.scm (pre-commit): Update to 2.14.0.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 709ddad..b6f7d5e 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1517,7 +1517,7 @@ control to Git repositories.")
 (define-public pre-commit
   (package
     (name "pre-commit")
-    (version "2.13.0")
+    (version "2.14.0")
     (source
      (origin
        ;; No tests in the PyPI tarball.
@@ -1527,7 +1527,7 @@ control to Git repositories.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02lr8d6fkr32j4rpp2ac84a5gjwq16k1hb74j6js0kxg83qw6raf"))))
+        (base32 "0k6a9bmci5j0q0vmnmxxyx99h3i7lks8p7d76byadnxdh117ygqg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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