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

python3Packages.dissect-ffs: 3.11 -> 3.12 (#464375)

parents d321a04f 3f8637da
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-ffs";
  version = "3.11";
  version = "3.12";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.ffs";
    tag = version;
    hash = "sha256-rfoSUhTB++cei7X8jaSp9ek8+pAAyaNkYC0M5cCDBtk=";
    hash = "sha256-U/Roo1+viW/Fnvt+QV6Rt6YvOSyOSGg5c2ZaHfaFQLQ=";
  };

  build-system = [