python3Packages.dissect-extfs: 3.13 -> 3.14

R. Ryantm 5fb053af 50a00d86

Changed files
+2 -2
pkgs
development
python-modules
dissect-extfs
+2 -2
pkgs/development/python-modules/dissect-extfs/default.nix
···
buildPythonPackage rec {
pname = "dissect-extfs";
-
version = "3.13";
format = "pyproject";
disabled = pythonOlder "3.12";
···
owner = "fox-it";
repo = "dissect.extfs";
tag = version;
-
hash = "sha256-MAe3AJlDn8CX9xO0XU369EXnvJXTBGYZ2xD+BjG2vk4=";
};
nativeBuildInputs = [
···
buildPythonPackage rec {
pname = "dissect-extfs";
+
version = "3.14";
format = "pyproject";
disabled = pythonOlder "3.12";
···
owner = "fox-it";
repo = "dissect.extfs";
tag = version;
+
hash = "sha256-BoEvLDjLKXX0oNfKkgLFkNovJuQozsAt+W1efYsqiiU=";
};
nativeBuildInputs = [