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>
This commit is contained in:
parent
38f3d38ead
commit
b67fd51902
1 changed files with 2 additions and 2 deletions
|
@ -1651,7 +1651,7 @@ visualize your public Git repositories on a web interface.")
|
||||||
(define-public pre-commit
|
(define-public pre-commit
|
||||||
(package
|
(package
|
||||||
(name "pre-commit")
|
(name "pre-commit")
|
||||||
(version "2.18.1")
|
(version "2.19.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in PyPI release
|
(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))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08c1nxqyqmy5sbmfnpvc8z82cx1rv9q290w7x2mrm0nd718s9yvp"))))
|
(base32 "102z1n6wjrmk5h4p59l929bi0r91bl3vz62j4k6sz2j7k0a791g5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue