emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52745: closed ([PATCH] gnu: pre-commit: Update to 2.16.0.)


From: GNU bug Tracking System
Subject: bug#52745: closed ([PATCH] gnu: pre-commit: Update to 2.16.0.)
Date: Thu, 23 Dec 2021 05:01:03 +0000

Your message dated Thu, 23 Dec 2021 00:00:20 -0500
with message-id <YcQCZDU4W+T9d9rT@jasmine.lan>
and subject line Re: [bug#52745] [PATCH] gnu: pre-commit: Update to 2.16.0.
has caused the debbugs.gnu.org bug report #52745,
regarding [PATCH] gnu: pre-commit: Update to 2.16.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52745: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52745
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: pre-commit: Update to 2.16.0. Date: Thu, 23 Dec 2021 00:06:28 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52745] [PATCH] gnu: pre-commit: Update to 2.16.0. Date: Thu, 23 Dec 2021 00:00:20 -0500
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]