Loading pkgs/development/python-modules/dissect-fat/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/dissect-fat/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 = [ Loading