mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: pre-commit: Update to 2.14.0.
* gnu/packages/version-control.scm (pre-commit): Update to 2.14.0.
This commit is contained in:
parent
6a29b83423
commit
e7971cb430
1 changed files with 2 additions and 2 deletions
|
@ -1517,7 +1517,7 @@ (define-public gitolite
|
|||
(define-public pre-commit
|
||||
(package
|
||||
(name "pre-commit")
|
||||
(version "2.13.0")
|
||||
(version "2.14.0")
|
||||
(source
|
||||
(origin
|
||||
;; No tests in the PyPI tarball.
|
||||
|
@ -1527,7 +1527,7 @@ (define-public pre-commit
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02lr8d6fkr32j4rpp2ac84a5gjwq16k1hb74j6js0kxg83qw6raf"))))
|
||||
(base32 "0k6a9bmci5j0q0vmnmxxyx99h3i7lks8p7d76byadnxdh117ygqg"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue