python310Packages.dissect-vmfs: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.vmfs/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:38:46 +01:00
parent 66997b1d49
commit 6d92b346c4

View file

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