docstrfmt: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2025-08-21 12:17:13 +03:00
committed by Doron Behar
parent addb1ddd47
commit 653226bb50
+2 -7
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "docstrfmt";
version = "1.10.0";
version = "1.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "LilSpazJoekp";
repo = "docstrfmt";
tag = "v${version}";
hash = "sha256-L7zz9FJRSiBWthME0zsUWHxeA+zVuxQpkyEVbNSSEQs=";
hash = "sha256-5Yx+omXZSlpJSzA4dTY/JdfmHQshM7qI++OVvqYg1jc=";
};
build-system = [
@@ -31,11 +31,6 @@ python3.pkgs.buildPythonApplication rec {
toml
];
pythonRelaxDeps = [
"black"
"docutils"
];
nativeCheckInputs = with python3.pkgs; [
pytestCheckHook
pytest-aiohttp