summaryrefslogtreecommitdiff
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 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))