diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4cdb515c61f..8358c549765 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -10735,7 +10735,7 @@ decorator for retrying on exceptions.") | |||
| 10735 | (define-public python-restructuredtext-lint | 10735 | (define-public python-restructuredtext-lint |
| 10736 | (package | 10736 | (package |
| 10737 | (name "python-restructuredtext-lint") | 10737 | (name "python-restructuredtext-lint") |
| 10738 | (version "1.4.0") | 10738 | (version "2.0.2") |
| 10739 | (source | 10739 | (source |
| 10740 | (origin | 10740 | (origin |
| 10741 | (method git-fetch) | 10741 | (method git-fetch) |
| @@ -10744,7 +10744,7 @@ decorator for retrying on exceptions.") | |||
| 10744 | (commit version))) | 10744 | (commit version))) |
| 10745 | (file-name (git-file-name name version)) | 10745 | (file-name (git-file-name name version)) |
| 10746 | (sha256 | 10746 | (sha256 |
| 10747 | (base32 "19ncbmnq2rnkqxhc9wf0q9whji34iyfv1pz6z61vnv4qhhdrn33v")))) | 10747 | (base32 "1q86a1qd9xwyl5h76b4yk2hpbnbyq6llla7rmnnp9ifrgax6vx6j")))) |
| 10748 | (build-system pyproject-build-system) | 10748 | (build-system pyproject-build-system) |
| 10749 | (arguments (list #:test-backend #~'unittest)) | 10749 | (arguments (list #:test-backend #~'unittest)) |
| 10750 | (propagated-inputs (list python-docutils)) | 10750 | (propagated-inputs (list python-docutils)) |
