3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
(package
(name "pre-commit") ;formerly known as python-pre-commit
(version "3.2.2")
(version "3.3.1")
(source
(origin
(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))))
(file-name (git-file-name name version))
(sha256
(base32 "11zbnl08bqyl8s12i58szn5gcali4p6dwwbzln8bk92kb721s52r"))
(base32 "1cssp1p8xmidiimcjfp799zlldbr6id8ar0sf5rs0dd44ns1j3yr"))
(modules '((guix build utils)))
(snippet '(substitute* "setup.cfg"
(("virtualenv>=20.10.0") ;our virtualenv (20.3.1) is fine