guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pre-commit: Update to 2.15.0.


From: guix-commits
Subject: branch master updated: gnu: pre-commit: Update to 2.15.0.
Date: Tue, 14 Sep 2021 06:51:02 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e831da8  gnu: pre-commit: Update to 2.15.0.
e831da8 is described below

commit e831da85877581641ab1671bbe3ad676a3a622b9
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Sep 11 22:40:22 2021 +0000

    gnu: pre-commit: Update to 2.15.0.
    
    * gnu/packages/version-control.scm (pre-commit): Update to 2.15.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 8a6a8d8..fe84601 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1599,7 +1599,7 @@ visualize your public Git repositories on a web 
interface.")
 (define-public pre-commit
   (package
     (name "pre-commit")
-    (version "2.13.0")
+    (version "2.15.0")
     (source
      (origin
        ;; No tests in the PyPI tarball.
@@ -1609,7 +1609,7 @@ visualize your public Git repositories on a web 
interface.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02lr8d6fkr32j4rpp2ac84a5gjwq16k1hb74j6js0kxg83qw6raf"))))
+        (base32 "0hyynhg52qq8rd37cwk2gl1jjy7hpqh74zl2lg89kkdhhx0xfiaj"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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