python310Packages.dissect-target: 3.3 -> 3.4

Diff: https://github.com/fox-it/dissect.target/compare/3.3...3.4
This commit is contained in:
Fabian Affolter
2022-12-10 17:31:28 +01:00
parent 6e6fa9d829
commit 34de5ed97f
@@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "dissect-target";
version = "3.3";
version = "3.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.target";
rev = version;
hash = "sha256-EWUYN2OsYeDo3C+QgjAVq9NXiVk1KWGILwtT0cI0tB0=";
hash = "sha256-QwEznweETwDTuTctOnq0n27JYXC9BO5l6BYpXsMRVq4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;