summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/commoncode/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/commoncode/default.nix')
-rw-r--r--pkgs/development/python-modules/commoncode/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/commoncode/default.nix b/pkgs/development/python-modules/commoncode/default.nix
index dcb222a9f530..d231e2d7a9b2 100644
--- a/pkgs/development/python-modules/commoncode/default.nix
+++ b/pkgs/development/python-modules/commoncode/default.nix
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "commoncode";
- version = "32.1.0";
+ version = "32.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,13 +26,15 @@ buildPythonPackage rec {
owner = "nexB";
repo = "commoncode";
tag = "v${version}";
- hash = "sha256-TzQmAJlgcHaarUhicIH4EbOIn+3feu43QQlLq+Z5ERA=";
+ hash = "sha256-dCiERdNVup95UnvmJEzkpQsRvpk2eKqvwD6jkEBrXfE=";
};
dontConfigure = true;
build-system = [ setuptools-scm ];
+ pythonRelaxDeps = [ "beautifulsoup4" ];
+
dependencies = [
attrs
beautifulsoup4