python310Packages.dissect-regf: 3.1 -> 3.2
Diff: https://github.com/fox-it/dissect.regf/compare/3.1...3.2
This commit is contained in:
parent
90c0a7fecd
commit
a04a8b3688
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dissect-regf";
|
pname = "dissect-regf";
|
||||||
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.regf";
|
repo = "dissect.regf";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-88qG90jza0EVP5dgz09ZA8Z+zFwqanOODlUgsvkMxGo=";
|
hash = "sha256-hSMdgGkSmFDAiO6C1xTJDmKClHwrGc887wqO3/5NZn4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
|
Loading…
Reference in a new issue