Commit a4ee2d51 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.lsassy: 3.1.15 -> 3.1.16

parent ce031847
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [