python311Packages.dissect-shellitem: 3.4 -> 3.5

Diff: https://github.com/fox-it/dissect.shellitem/compare/refs/tags/3.4...3.5

Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.5
This commit is contained in:
Fabian Affolter
2023-06-01 00:32:00 +02:00
parent 4a410cb1ed
commit fd8d5375c4
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-shellitem";
version = "3.4";
version = "3.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.shellitem";
rev = "refs/tags/${version}";
hash = "sha256-BL1eTxL82hjsGBRK5mBNxygEzQvjN8P6/tu6KOkHf9s=";
hash = "sha256-m/RBOF7BbYZuqfljgc/lE+HpRs+6wNNiwNa1/6SXp8U=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;