python311Packages.dissect-volume: 3.8 -> 3.9

Diff: https://github.com/fox-it/dissect.volume/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2024-03-08 09:42:16 +01:00
parent 291635e720
commit a6699878d8

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-volume";
version = "3.8";
version = "3.9";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.volume";
rev = "refs/tags/${version}";
hash = "sha256-hEfURO4ITpjSpfHMlYfzO1cG+tjvqBP5QLYzo2uz8yo=";
hash = "sha256-Bhi3p0joTNx1y/yBhehhG06WmM7gUJhIJbmqZY4DzLQ=";
};
nativeBuildInputs = [