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

python3Packages.dissect-fat: 3.12 -> 3.13 (#464306)

parents 2ade9d15 ef492f96
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -6,21 +6,18 @@
  fetchFromGitHub,
  setuptools,
  setuptools-scm,
  pythonOlder,
}:

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

  disabled = pythonOlder "3.11";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.fat";
    tag = version;
    hash = "sha256-z4pUJrJ2w0P+QytrhFExGLD0RdFR/ccGeD6DrYbOrx8=";
    hash = "sha256-BxxC+ebD8xYrBVuYmXdxPcU2JDJgWAtEBlVGqE8oVec=";
  };

  build-system = [