[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: pre-commit: Update to 2.16.0.
From: |
guix-commits |
Subject: |
05/05: gnu: pre-commit: Update to 2.16.0. |
Date: |
Wed, 22 Dec 2021 23:59:44 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 258150fd6e762ce535a12281627c0010e431e719
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Thu Dec 23 00:06:28 2021 +0000
gnu: pre-commit: Update to 2.16.0.
* gnu/packages/version-control.scm (pre-commit): Update to 2.16.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/version-control.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7f5a89e..ffa4dbb 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1626,17 +1626,16 @@ visualize your public Git repositories on a web
interface.")
(define-public pre-commit
(package
(name "pre-commit")
- (version "2.15.0")
+ (version "2.16.0")
(source
(origin
- ;; No tests in the PyPI tarball.
- (method git-fetch)
+ (method git-fetch) ; no tests in PyPI release
(uri (git-reference
(url "https://github.com/pre-commit/pre-commit")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0hyynhg52qq8rd37cwk2gl1jjy7hpqh74zl2lg89kkdhhx0xfiaj"))))
+ (base32 "1sf9mqpiv3pgzi6aar7xfna9v7n63lgm7d7b24fhni0jxn56384b"))))
(build-system python-build-system)
(arguments
`(#:phases