aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/packages/alice.scm4
1 files changed, 2 insertions, 2 deletions
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))