python311Packages.dissect: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect/releases/tag/3.8
This commit is contained in:
Fabian Affolter
2023-08-11 09:43:30 +02:00
parent 9902a55b0b
commit 8825a20dd2
@@ -32,16 +32,16 @@
buildPythonPackage rec {
pname = "dissect";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect";
rev = "refs/tags/${version}";
hash = "sha256-noo7yDRTPPSIrSt8Hewb9mZsMuPgDmL3aIxI/bknsGc=";
hash = "sha256-TEzIKEGAp+1QHJtnPp5JhopuVVBNo9/Cwj0z3YcBCcg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;