summaryrefslogtreecommitdiff
path: root/tw/packages
diff options
context:
space:
mode:
authorTimo Wilken2023-10-30 17:28:43 +0100
committerTimo Wilken2023-10-30 17:28:43 +0100
commit66a0d3920759c92c316769c0973c3df725fdca39 (patch)
tree4ebb76eef6bc557492ce9444e8577df54364dc37 /tw/packages
parent63090d87251e17fdd3c4d3727981111fdfc333a6 (diff)
Update alidistlint to 1.6.0
Diffstat (limited to 'tw/packages')
-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 bfdf8bd5..249a5562 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.1")
+ (version "1.6.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "alidistlint" version))
- (sha256 (base32 "1rhb7n24i4brp38671hkc5qw3l5iy1kcryh6fj7v1zwrvpmnv39w"))))
+ (sha256 (base32 "159a3hrzn0pmgws46i3sn55jhkh6pzxjy3r1ycj8j2rc7aqr9j2w"))))
(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))