summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pieper <jpieper@mailbox.org>2024-04-15 19:45:08 +0200
committerGuix Patches Tester <>2024-04-17 14:14:53 +0200
commitbde414a5b48dded43d25e5fae3e9f43803ab0615 (patch)
treec12965c487dd7e4ee8b7ffbfc5a333e20732ee7f
parentb2dfaae6fe2847b472da0dceefda48464efa7ab3 (diff)
downloadguix-patches-bde414a5b48dded43d25e5fae3e9f43803ab0615.tar
guix-patches-bde414a5b48dded43d25e5fae3e9f43803ab0615.tar.gz
gnu: python-pydocstyle: Update to 6.3.0.
* gnu/packages/python-xyz.scm (python-pydocstyle): Update to 6.3.0. Change-Id: I1c2bfcee80cbdac33adaf08968276954d72182dc
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 661c63ecb0..7ee1453a17 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7852,14 +7852,14 @@ documentation tools, it parses it using docspec instead.")
(define-public python-pydocstyle
(package
(name "python-pydocstyle")
- (version "3.0.0")
+ (version "6.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pydocstyle" version))
(sha256
(base32
- "1m1xv9clkg9lgzyza6dnj359z04vh5g0h49nhzghv7lg81gchhap"))))
+ "1qa4gqmwgvakdd6j0zw0fvr6ygmpq1ib9h5r9r4hfyy81863zr3w"))))
(build-system python-build-system)
(propagated-inputs
(list python-six python-snowballstemmer))