summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-08-25 19:57:19 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-02 21:13:18 +0100
commitdb1c4b85561659f6c493c22d336fbe63822e99f4 (patch)
tree4c79e42cf392d11a3af0263f516a08e59da980f5 /gnu/packages/python-check.scm
parent943ea45728e80cdaf8e72a5028a17db71b65786c (diff)
gnu: python-eradicate: Update to 3.0.0.
* gnu/packages/python-check.scm (python-eradicate): Update to 3.0.0. Change-Id: I7f823f784fc1790217ca5837aa9415279c64c45c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index a83595d3164..2805b219a29 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -665,16 +665,16 @@ text styles of documentation.")
(define-public python-eradicate
(package
(name "python-eradicate")
- (version "2.0.0")
+ (version "3.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/myint/eradicate")
- (commit (string-append "v" version))))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "18vbahs105gznwdymnb9j0vwdk6f7hby7harf7nr2lsjia61pgah"))))
+ (base32 "135xywygriid1wvqkra13iccaayh5r6a233jyfrj6kizhflksy2p"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/myint/eradicate")