aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-03-04 19:20:05 +0100
committerTimo Wilken2023-03-04 19:20:05 +0100
commit35a78760e6c516e0adddca4a07db6f35846817fb (patch)
tree401c2abc2dea246defde7507e707910cf576fb9e
parente38fa71065d6e99116da239c9493c374529d8c02 (diff)
Update alidistlint to 1.4.0
-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))