diff options
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r-- | gnu/packages/diffoscope.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index a5b371a099..18e87441c7 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -376,7 +376,7 @@ them in detail for later analysis.") (propagated-inputs (list python-requests)) (native-inputs - (list gzip python-docutils python-setuptools python-wheel)) + (list gzip python-docutils-0.19 python-setuptools python-wheel)) (build-system pyproject-build-system) (home-page "https://try.diffoscope.org") (synopsis "Client for remote diffoscope service") |