python3Packages.lsassy: 3.1.15 -> 3.1.16

This commit is contained in:
R. Ryantm
2026-03-24 23:02:30 +00:00
parent ce031847d1
commit a4ee2d51a0
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "lsassy";
version = "3.1.15";
version = "3.1.16";
pyproject = true;
src = fetchFromGitHub {
owner = "Hackndo";
repo = "lsassy";
tag = "v${version}";
hash = "sha256-cQfyRCZv0ZTaj7Ay7zTzFnU7PQluP3VweeFof8+W70M=";
hash = "sha256-lPbZnoR6qWfVBSRAbTJsKpjBieidNsYgAXI3CXHEt1w=";
};
pythonRelaxDeps = [