From 442a2cfadbeef3d0105a45f084b4afefc6501b71 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 5 Oct 2023 15:50:28 +0200 Subject: Update alidistlint to 1.5.1 --- tw/packages/alice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw/packages/alice.scm') diff --git a/tw/packages/alice.scm b/tw/packages/alice.scm index 494d35ba..bfdf8bd5 100644 --- a/tw/packages/alice.scm +++ b/tw/packages/alice.scm @@ -50,11 +50,11 @@ (define-public python-alidistlint (package (name "python-alidistlint") - (version "1.5.0") + (version "1.5.1") (source (origin (method url-fetch) (uri (pypi-uri "alidistlint" version)) - (sha256 (base32 "1hf6n1g5288bh75v2y6hia6idky4a6v0s17k30fc3axg0r4xsggk")))) + (sha256 (base32 "1rhb7n24i4brp38671hkc5qw3l5iy1kcryh6fj7v1zwrvpmnv39w")))) (build-system pyproject-build-system) ; we don't have setup.py, only pyproject.toml (arguments '(#:tests? #f)) ; there are no tests, and build fails if #t (propagated-inputs (list python-cerberus python-pyyaml)) -- cgit v1.2.3