python311Packages.minidump: 0.0.21 -> 0.0.22

This commit is contained in:
Fabian Affolter
2023-11-21 21:46:53 +01:00
parent e19bffc6cf
commit 51ba15724b
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "minidump";
version = "0.0.21";
version = "0.0.22";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-g9YSr7bFdyfr84rKQztVD4P5+MfDtlYq0quXBx/YXzo=";
hash = "sha256-PPvvvHz3WA67Vn2P7MIY+ChkjXrCOuTgj0KXr4B2mZ0=";
};
# Upstream doesn't have tests