Merge pull request #192124 from fabaff/evtx-bump

python310Packages.evtx: 0.7.3 -> 0.8.1
This commit is contained in:
Fabian Affolter 2022-09-21 09:19:31 +02:00 committed by GitHub
commit 85b7e6067e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "evtx";
version = "0.7.3";
version = "0.8.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -18,13 +18,13 @@ buildPythonPackage rec {
owner = "omerbenamram";
repo = "pyevtx-rs";
rev = version;
sha256 = "sha256-59iEmgF1m+Yr5k4oxZGqMs5oMZxToUFYuwQDeLEQ2jY=";
sha256 = "sha256-MSQYp/qkntFcnGqGhJ+0i4eMGzcDJcSZ44qFARMYM2I=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
sha256 = "sha256-Q2SpJohLSQCMYmx1ZMWZ7a/NC0lPsHkwxom00qVooNM=";
sha256 = "sha256-kzv2ppRjkmXgMxJviBwRVXMiGWBlhBqLXEmmRvwlw98=";
};
nativeBuildInputs = with rustPlatform; [