Unverified Commit ab43a61e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.dissect-target: 3.22 -> 3.23.1 (#442214)

parents 9a481964 1fbf5d55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@

buildPythonPackage rec {
  pname = "dissect-target";
  version = "3.22";
  version = "3.23.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.target";
    tag = version;
    hash = "sha256-N7GxaXQj7mrTOsNGek4ZZlVF9GH/rm5CFKpYFMLJw8k=";
    hash = "sha256-WOFtDFCN3OfhEjfhEgwtJN/tQVRGvd2RMQzcKtf0atU=";
    fetchLFS = true;
  };