Skip to content

Commit

Permalink
python312Packages.evtx: 0.8.4 -> 0.8.5 (NixOS#343110)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 20, 2024
2 parents 79454ee + baa03c5 commit 72155a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/evtx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "evtx";
version = "0.8.4";
version = "0.8.5";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -20,13 +20,13 @@ buildPythonPackage rec {
owner = "omerbenamram";
repo = "pyevtx-rs";
rev = "refs/tags/${version}";
hash = "sha256-s94KCUIJplrkMvFsFxPokTucB5TwVYD1xxcoJyvk5NU=";
hash = "sha256-wo6CeHlEBbu3klzzC4dUbjSfu7XwLo/cmtmZsVIKgS8=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-i16FNFbYrF2BONahLP7APMi9RPaLGmbnBH4hBPnHWzg=";
hash = "sha256-qBpc3PwvAceOMuRH4vrgURCsvKYhG2Id62n7sxW5AAg=";
};

nativeBuildInputs = with rustPlatform; [
Expand Down

0 comments on commit 72155a1

Please sign in to comment.