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>
This commit is contained in:
Vinicius Monego 2021-09-11 22:40:22 +00:00 committed by Efraim Flashner
parent 8bebfa9783
commit e831da8587
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1599,7 +1599,7 @@ (define-public gitile
(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 @@ (define-public pre-commit
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "02lr8d6fkr32j4rpp2ac84a5gjwq16k1hb74j6js0kxg83qw6raf"))))
(base32 "0hyynhg52qq8rd37cwk2gl1jjy7hpqh74zl2lg89kkdhhx0xfiaj"))))
(build-system python-build-system)
(arguments
`(#:phases