python310Packages.pysmbc: 1.0.24 -> 1.0.25.1

This commit is contained in:
R. Ryantm 2023-01-14 16:45:16 +00:00
parent d020458535
commit 4ed5446f8b

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pysmbc";
version = "1.0.24";
version = "1.0.25.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zq3o1hHmPXKnXSYrNCptyDa2+AqzjqX9WtRD4ve+LO0=";
hash = "sha256-IvFxXfglif2cxCU/6rOQtO8Lq/FPZFE82NB7N4mWMiY=";
};
nativeBuildInputs = [