me
/
guix
Archived
1
0
Fork 0

gnu: pre-commit: Update to 3.3.3.

* gnu/packages/version-control.scm (pre-commit): Update to 3.3.3.
Vinicius Monego 2023-07-22 10:18:37 -03:00
parent 746416b44a
commit a095dfb3f0
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -1697,7 +1697,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.3.1")
(version "3.3.3")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@ -1706,7 +1706,7 @@ visualize your public Git repositories on a web interface.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1cssp1p8xmidiimcjfp799zlldbr6id8ar0sf5rs0dd44ns1j3yr"))
(base32 "1spkg3ld3s6l7wz24lcywlf1z2ywp751bcdlxjfdsln76bi9ylp8"))
(modules '((guix build utils)))
(snippet '(substitute* "setup.cfg"
(("virtualenv>=20.10.0") ;our virtualenv (20.3.1) is fine