[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: pre-commit: Update to 2.20.0.
From: |
guix-commits |
Subject: |
08/08: gnu: pre-commit: Update to 2.20.0. |
Date: |
Sat, 13 Aug 2022 01:36:27 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 887a5fd5a36172b9d996d2118753cc3a50e6d4b0
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Aug 13 01:28:16 2022 -0300
gnu: pre-commit: Update to 2.20.0.
* gnu/packages/version-control.scm (pre-commit): Update to 2.20.0.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 9bf5ac76df..294a35ad40 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1657,7 +1657,7 @@ visualize your public Git repositories on a web
interface.")
(define-public pre-commit
(package
(name "pre-commit")
- (version "2.19.0")
+ (version "2.20.0")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@@ -1666,7 +1666,7 @@ visualize your public Git repositories on a web
interface.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "102z1n6wjrmk5h4p59l929bi0r91bl3vz62j4k6sz2j7k0a791g5"))))
+ (base32 "19jcg6nfnscp87h4wmbpw6r3lc8c75zkvb6wqgavq5dh7wkyg6pq"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch master updated (bf35cded18 -> 887a5fd5a3), guix-commits, 2022/08/13
- 01/08: gnu: homebank: Update to 5.5.6., guix-commits, 2022/08/13
- 05/08: gnu: mlt: Update to 7.8.0., guix-commits, 2022/08/13
- 02/08: gnu: openxr: Update to 1.0.24., guix-commits, 2022/08/13
- 06/08: gnu: shotcut: Update to 22.06.23., guix-commits, 2022/08/13
- 07/08: gnu: freecad: Update to 0.20.1., guix-commits, 2022/08/13
- 08/08: gnu: pre-commit: Update to 2.20.0.,
guix-commits <=
- 04/08: gnu: python-wand: Update to 0.6.9., guix-commits, 2022/08/13
- 03/08: gnu: mixxx: Update to 2.3.3., guix-commits, 2022/08/13