python310Packages.dissect-util: 3.6 -> 3.7

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-03-24 21:38:41 +01:00
parent 381a2b8604
commit 66997b1d49

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-util"; pname = "dissect-util";
version = "3.6"; version = "3.7";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.util"; repo = "dissect.util";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-hijwu2QT9xJZ1F0wz5NO0mAVe/VA3JcPmoEYQiQRLtM="; hash = "sha256-uITIEiy4U2B0AQobvQIG/bYjelPmM8fyQduDhtC29QI=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;