python310Packages.dissect-esedb: 3.1 -> 3.2
This commit is contained in:
parent
88585ff9a0
commit
b549f5d1d1
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dissect-esedb";
|
pname = "dissect-esedb";
|
||||||
version = "3.1";
|
version = "3.2";
|
||||||
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.esedb";
|
repo = "dissect.esedb";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-I9YVDlHJGSMdVw6ZkUQ35rBcVjcBkE+XEwloHV0ltSA=";
|
hash = "sha256-DLu6FCWqeESFlsIB21jN/IKCwSKlBoibildv07/hPcw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
Loading…
Reference in New Issue
Block a user