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

python3Packages.dissect-evidence: 3.11 -> 3.12 (#464454)

parents 74fa45c2 8bda736c
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,21 +7,18 @@
  setuptools,
  setuptools-scm,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "dissect-evidence";
  version = "3.11";
  version = "3.12";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.evidence";
    tag = version;
    hash = "sha256-1MXOlPhiSAOJtX2MDaLFw4tFpp+GaGUxlU3jq/Mereo=";
    hash = "sha256-kSM2fXaK3H6os/RexwOGg2d8UptoAlHnYK7FlMTg2bI=";
  };

  build-system = [