Archived
1
0
Fork 0

gnu: pre-commit: Update to 3.3.1.

* gnu/packages/version-control.scm (pre-commit): Update to 3.3.1.
This commit is contained in:
Vinicius Monego 2023-05-13 09:06:48 -03:00
parent 30af248f1d
commit 5cbf06ff95
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1685,7 +1685,7 @@ visualize your public Git repositories on a web interface.")
(define-public pre-commit (define-public pre-commit
(package (package
(name "pre-commit") ;formerly known as python-pre-commit (name "pre-commit") ;formerly known as python-pre-commit
(version "3.2.2") (version "3.3.1")
(source (source
(origin (origin
(method git-fetch) ; no tests in PyPI release (method git-fetch) ; no tests in PyPI release
@ -1694,7 +1694,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 "11zbnl08bqyl8s12i58szn5gcali4p6dwwbzln8bk92kb721s52r")) (base32 "1cssp1p8xmidiimcjfp799zlldbr6id8ar0sf5rs0dd44ns1j3yr"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(substitute* "setup.cfg" (snippet '(substitute* "setup.cfg"
(("virtualenv>=20.10.0") ;our virtualenv (20.3.1) is fine (("virtualenv>=20.10.0") ;our virtualenv (20.3.1) is fine