python310Packages.dissect-ntfs: 3.2 -> 3.3
Diff: https://github.com/fox-it/dissect.ntfs/compare/refs/tags/3.2...3.3 Changelog: https://github.com/fox-it/dissect.ntfs/releases/tag/3.3
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dissect-ntfs";
|
pname = "dissect-ntfs";
|
||||||
version = "3.2";
|
version = "3.3";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "fox-it";
|
owner = "fox-it";
|
||||||
repo = "dissect.ntfs";
|
repo = "dissect.ntfs";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-4QEsWTdqlHIP1a9g45+zv1SdHY0Ofsr7Rf1z+ctssSw=";
|
hash = "sha256-xhtAN0QaLLbQk/aAd9PlEkyW39w33iPaQtGzbouI6hc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
|||||||
Reference in New Issue
Block a user