python312Packages.dissect-volume: 3.12 -> 3.13

Diff: https://github.com/fox-it/dissect.volume/compare/refs/tags/3.12...3.13

Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.13
This commit is contained in:
Fabian Affolter 2024-11-18 20:36:34 +01:00
parent 676c03fdec
commit 13d7d7f765

View File

@ -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 = [