python310Packages.dissect-vmfs: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.vmfs/compare/refs/tags/3.2...3.3

Changelog: https://github.com/fox-it/dissect.vmfs/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:02:42 +01:00
parent e8b741df94
commit eec67e4769

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-vmfs";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.vmfs";
rev = "refs/tags/${version}";
hash = "sha256-6ZNybNRL97Zz6O32r4X0K3/+vZF3Qid98rj2pgGWgvI=";
hash = "sha256-9+1geOJ+vzy6+eGibX+BUHbtzyLhq3MPBsad98ykn3I=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;