unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52745] [PATCH] gnu: pre-commit: Update to 2.16.0.
@ 2021-12-23  0:06 Vinicius Monego
  2021-12-23  5:00 ` bug#52745: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-12-23  0:06 UTC (permalink / raw)
  To: 52745; +Cc: Vinicius Monego

* gnu/packages/version-control.scm (pre-commit): Update to 2.16.0.
---
 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 7f5a89ea5b..ffa4dbbbf6 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

base-commit: a296b5fff9f182da7c7b67cc7bdba0957623e650
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52745: [PATCH] gnu: pre-commit: Update to 2.16.0.
  2021-12-23  0:06 [bug#52745] [PATCH] gnu: pre-commit: Update to 2.16.0 Vinicius Monego
@ 2021-12-23  5:00 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-12-23  5:00 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 52745-done

On Thu, Dec 23, 2021 at 12:06:28AM +0000, Vinicius Monego wrote:
> * gnu/packages/version-control.scm (pre-commit): Update to 2.16.0.

Thanks! Pushed as 258150fd6e762ce535a12281627c0010e431e719




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-23  5:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23  0:06 [bug#52745] [PATCH] gnu: pre-commit: Update to 2.16.0 Vinicius Monego
2021-12-23  5:00 ` bug#52745: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).