Unverified Commit 65c4fc00 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.dissect-ntfs: 3.11 -> 3.12 (#341051)

parents f3e2ad1d 89edc98b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@

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

  disabled = pythonOlder "3.11";

@@ -21,15 +21,15 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.ntfs";
    rev = "refs/tags/${version}";
    hash = "sha256-rwn7nKfEmv92JdSMhKztMWptvggzlWhGA0gg5C0EbFM=";
    hash = "sha256-zRAZqziVS4I7FDa7E4j67ekl9FXt0X+0oUpwmpNeI+I=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    setuptools-scm
  ];

  propagatedBuildInputs = [
  dependencies = [
    dissect-cstruct
    dissect-util
  ];