Merge pull request #253844 from barbosaaob/master

lesscpy 0.13.0 -> 0.15.1
This commit is contained in:
Fabián Heredia Montiel 2023-09-16 12:23:31 -06:00 committed by GitHub
commit 982a9bcc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "lesscpy";
version = "0.13.0";
version = "0.15.1";
src = fetchPypi {
inherit pname version;
sha256 = "1bbjag13kawnjdn7q4flfrkd0a21rgn9ycfqsgfdmg658jsx1ipk";
sha256 = "sha256-EEXRepj2iGRsp1jf8lTm6cA3RWSOBRoIGwOVw7d8gkw=";
};
checkInputs = with python3Packages; [ pytestCheckHook ];