summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-10-05 15:50:28 +0200
committerTimo Wilken2023-10-05 15:50:28 +0200
commit442a2cfadbeef3d0105a45f084b4afefc6501b71 (patch)
treea32b65379a40bc0753dbfa8748eed9e27bdb59db
parent4eeb514959a0dc13a62803f593ae690d241ce7f3 (diff)
Update alidistlint to 1.5.1
-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))