python311Packages.dissect-util: 3.10 -> 3.11

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

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2023-09-27 10:51:34 +02:00
parent 61c18791d1
commit d35fb2b3ed

View file

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "dissect-util";
version = "3.10";
version = "3.11";
format = "pyproject";
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.util";
rev = "refs/tags/${version}";
hash = "sha256-H89lPX//AlTEJLuZFzzn9wUc4lZC1TGd98t4+TYlbWs=";
hash = "sha256-PtmvXnmZ6f8YxEejqaVwtaoV7d1Oa7063ZFagH110yk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;