From 35a78760e6c516e0adddca4a07db6f35846817fb Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 4 Mar 2023 19:20:05 +0100 Subject: Update alidistlint to 1.4.0 --- 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 9039d008..02e5fc41 100644 --- a/tw/packages/alice.scm +++ b/tw/packages/alice.scm @@ -48,11 +48,11 @@ (define-public python-alidistlint (package (name "python-alidistlint") - (version "1.3.4") + (version "1.4.0") (source (origin (method url-fetch) (uri (pypi-uri "alidistlint" version)) - (sha256 (base32 "168x6qfh2k4ivzq611ddb32ksd0914d70lcnz8qzx202l49xbf9x")))) + (sha256 (base32 "0dpsgkdv0r3027s6lsvhj3hkfwig6wy57qm85bni8q7zqz8ymncv")))) (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