guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: pre-commit: Update to 2.19.0.


From: guix-commits
Subject: 09/13: gnu: pre-commit: Update to 2.19.0.
Date: Mon, 30 May 2022 10:37:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b67fd51902014bf5ab21fd9a93f2ac710cb173bd
Author: jgart <jgart@dismail.de>
AuthorDate: Mon May 23 13:58:59 2022 -0500

    gnu: pre-commit: Update to 2.19.0.
    
    * gnu/packages/version-control.scm (pre-commit): Update to 2.19.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 9d0786d2d9..30d15919ab 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1651,7 +1651,7 @@ visualize your public Git repositories on a web 
interface.")
 (define-public pre-commit
   (package
     (name "pre-commit")
-    (version "2.18.1")
+    (version "2.19.0")
     (source
      (origin
        (method git-fetch)               ; no tests in PyPI release
@@ -1660,7 +1660,7 @@ visualize your public Git repositories on a web 
interface.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08c1nxqyqmy5sbmfnpvc8z82cx1rv9q290w7x2mrm0nd718s9yvp"))))
+        (base32 "102z1n6wjrmk5h4p59l929bi0r91bl3vz62j4k6sz2j7k0a791g5"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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