python310Packages.dissect-shellitem: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:38:27 +01:00
parent 6defe8ec8f
commit 635314077e

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-shellitem";
version = "3.3";
version = "3.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.shellitem";
rev = "refs/tags/${version}";
hash = "sha256-flTv2Y+UwMTQnvqRS/pZRPkTsIjvCAp7B4rKAQPOJL4=";
hash = "sha256-BL1eTxL82hjsGBRK5mBNxygEzQvjN8P6/tu6KOkHf9s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;