python311Packages.dissect-util: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.8
This commit is contained in:
Fabian Affolter 2023-05-27 21:43:55 +02:00
parent 9ca8ba652f
commit 1615025a93

View File

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "dissect-util";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.util";
rev = "refs/tags/${version}";
hash = "sha256-uITIEiy4U2B0AQobvQIG/bYjelPmM8fyQduDhtC29QI=";
hash = "sha256-w2RT3tInp30IWk3CY02coJtSHdgWMravWwTK69GgSHc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;