python311Packages.minidump: 0.0.22 -> 0.0.23

Changelog: https://github.com/skelsec/minidump/releases/tag/0.0.23
This commit is contained in:
Fabian Affolter
2023-12-18 07:35:46 +01:00
parent 04a4e4153b
commit 8ee808a742
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "minidump";
version = "0.0.22";
version = "0.0.23";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-PPvvvHz3WA67Vn2P7MIY+ChkjXrCOuTgj0KXr4B2mZ0=";
hash = "sha256-R+tza5C/2egkajScmilp/8qowoSklYVfEB+f0KMNBqQ=";
};
nativeBuildInputs = [