python3Packages.liccheck: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm
2025-08-25 07:06:16 +00:00
parent 57f07c205e
commit 3b28da6a0b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "liccheck";
version = "0.9.2";
version = "0.9.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dhatim";
repo = "python-license-check";
tag = version;
hash = "sha256-2WJw5TVMjOr+GX4YV0nssOtQeYvDHBLnlWquJQWPL9I=";
hash = "sha256-ohq3ZsbZcyqhwmvaVF/+mo7lNde5gjbz8pwhzHi3SPY=";
};
propagatedBuildInputs = [