Loading pkgs/development/python-modules/dissect-volume/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "dissect-volume"; version = "3.12"; version = "3.13"; pyproject = true; disabled = pythonOlder "3.12"; disabled = pythonOlder "3.13"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.volume"; rev = "refs/tags/${version}"; hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0="; hash = "sha256-uTbXvJ8lP4ir9rTToDGYXD837Z1fzi+Eh6cASg+jxdc="; }; build-system = [ Loading Loading
pkgs/development/python-modules/dissect-volume/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "dissect-volume"; version = "3.12"; version = "3.13"; pyproject = true; disabled = pythonOlder "3.12"; disabled = pythonOlder "3.13"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.volume"; rev = "refs/tags/${version}"; hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0="; hash = "sha256-uTbXvJ8lP4ir9rTToDGYXD837Z1fzi+Eh6cASg+jxdc="; }; build-system = [ Loading