me
/
guix
Archived
1
0
Fork 0

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>
jgart 2022-05-23 13:58:59 -05:00 committed by Ludovic Courtès
parent 38f3d38ead
commit b67fd51902
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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