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

python3Packages.dissect-clfs: 1.10 -> 1.11 (#464437)

parents 88938261 31206268
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -6,21 +6,18 @@
  setuptools,
  setuptools-scm,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "dissect-clfs";
  version = "1.10";
  version = "1.11";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.clfs";
    tag = version;
    hash = "sha256-rw2LuCgn/oUnvf2HNXv00pDaiLrqjC5L57a1k62U6zU=";
    hash = "sha256-IwiE7sikZ2Rqg8GS0DKLbV/ENcRPTm0eAS3xvVG0gLw=";
  };

  build-system = [