lol

python310Packages.pefile: 2022.5.30 -> 2023.2.7

Diff: https://github.com/erocarrera/pefile/compare/refs/tags/v2022.5.30...v2023.2.7

Changelog: https://github.com/erocarrera/pefile/releases/tag/v2023.2.7

+2 -2
+2 -2
pkgs/development/python-modules/pefile/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pefile"; 11 - version = "2022.5.30"; 11 + version = "2023.2.7"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; ··· 17 17 owner = "erocarrera"; 18 18 repo = pname; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-Cv20hJsErHFSuS5Q1kqLNp4DAsPXv/eFhaU9oYECSeI="; 20 + hash = "sha256-lD8GpNl+cVNYTZUKFRF1/2kDwEbn/ekRBNBTYuFmFW0="; 21 21 }; 22 22 23 23 nativeBuildInputs = [