python311Packages.dissect-volume: 3.10 -> 3.11

Diff: https://github.com/fox-it/dissect.volume/compare/refs/tags/3.10...3.11

Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2024-07-04 21:54:18 +02:00
parent 0f2c26214a
commit 4292a6e29a

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-volume";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.volume";
rev = "refs/tags/${version}";
hash = "sha256-tQNmSnQBchj3SUq2XPsK/LWrKiCw4MFKmopHbxnzMxg=";
hash = "sha256-eHIInoquuyukKuPVvVB6qtovx1NloHHVGKfFBHxVd+o=";
};
nativeBuildInputs = [