python310Packages.dissect-ntfs: 3.1 -> 3.2

Diff: https://github.com/fox-it/dissect.ntfs/compare/3.1...3.2
This commit is contained in:
Fabian Affolter 2022-12-10 17:31:16 +01:00
parent 4d3fa06bfb
commit e2b51d6805

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-ntfs";
version = "3.1";
version = "3.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ntfs";
rev = version;
hash = "sha256-hZz/v6qLZnbsZkS/cBU/to4XmZNgUJQwCaPkY2ebl4Q=";
hash = "sha256-4QEsWTdqlHIP1a9g45+zv1SdHY0Ofsr7Rf1z+ctssSw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;