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

python3Packages.dissect-ffs: 3.11 -> 3.12

parent 956c7ae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

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

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.ffs";
    tag = version;
    hash = "sha256-rfoSUhTB++cei7X8jaSp9ek8+pAAyaNkYC0M5cCDBtk=";
    hash = "sha256-U/Roo1+viW/Fnvt+QV6Rt6YvOSyOSGg5c2ZaHfaFQLQ=";
  };

  build-system = [