python3Packages.smbprotocol: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm
2026-04-06 22:48:49 +00:00
parent eca6229ec0
commit 1a8e41a9d0
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "smbprotocol";
version = "1.16.0";
version = "1.16.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "jborean93";
repo = "smbprotocol";
tag = "v${version}";
hash = "sha256-OZedYBOMBO/EegSvg7aq5lIOWdxSOHh+yHDFZ7bwLec=";
hash = "sha256-Mxsvfn0O4f+SnofBVxKgmJ/e0iM7c/XjONDEtMVHvkc=";
};
propagatedBuildInputs = [