python3Packages.m2crypto: 0.45.0 -> 0.45.1

https://gitlab.com/m2crypto/m2crypto/-/blob/0.45.1/CHANGES

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:40 +02:00
parent 1a8ae04591
commit 7e3ab7525a
@@ -13,21 +13,15 @@
buildPythonPackage rec {
pname = "m2crypto";
version = "0.45.0";
version = "0.45.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/8ENTQmQFRT0CNx09gpNffIcROvJv3dslHv9xzWUIc8=";
hash = "sha256-0PyBqIKO2/QwhDKzBAvwa7JrrZWruefUaQthGFUeduw=";
};
patches = [
(fetchurl {
url = "https://sources.debian.org/data/main/m/m2crypto/0.42.0-2.1/debian/patches/0004-swig-Workaround-for-reading-sys-select.h-ending-with.patch";
hash = "sha256-/Bkuqu/Od+S56AUWo0ZzpZF7FGMxP766K2GJnfKXrOI=";
})
];
build-system = [ setuptools ];