python311Packages.dissect-target: 3.16 -> 3.17
Diff: https://github.com/fox-it/dissect.target/compare/refs/tags/3.16...3.17 Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.17
This commit is contained in:
parent
57dd4b797e
commit
7bc9a3c04c
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dissect-target";
|
pname = "dissect-target";
|
||||||
version = "3.16";
|
version = "3.17";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||||
owner = "fox-it";
|
owner = "fox-it";
|
||||||
repo = "dissect.target";
|
repo = "dissect.target";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-2c8OFwbgSc7zwbjQm2g8y1ZyiYM0KPFjTEUrk06c174=";
|
hash = "sha256-UIgHjSTHaxo8jCqe+R6rRxQXX8RUFKAI5+zscInAtgg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue