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

python3Packages.dissect-xfs: 3.12 -> 3.13

parent 5a2983b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "dissect-xfs";
  version = "3.12";
  version = "3.13";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.xfs";
    tag = version;
    hash = "sha256-DKM6z5lasvy2Is64W2lvClgpXslTgNehrfBpa/KtkT0=";
    hash = "sha256-dFM/xYJR3wBvOe/8rLJz4AK2jmp67T5vo/4TCMRSXzw=";
  };

  build-system = [