python312Packages.pysmb: 1.2.9.1 -> 1.2.10

This commit is contained in:
R. Ryantm
2024-09-25 15:49:32 +00:00
parent efc90c3e0e
commit 5d5f6bf693
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysmb";
version = "1.2.9.1";
version = "1.2.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "miketeo";
repo = "pysmb";
rev = "refs/tags/pysmb-${version}";
hash = "sha256-psV6fYymE6k2YqxOvFM2s7JTG51fI5pSqmkZnvfmprw=";
hash = "sha256-Zid6KGNr7BBuyHaxdXkhRC/Ug93HmVXKMtreFf+M7OE=";
};
propagatedBuildInputs = [