python3Packages.defcon: 0.10.3 -> 0.12.1

https://github.com/robotools/defcon/releases/tag/0.12.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:14 +02:00
parent 68adfa3139
commit ed3c2b6e0b
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "defcon";
version = "0.10.3";
version = "0.12.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Vt4m18dfFk7qA+KLwRtMdpxo1wX6GG38rrVsJ/mkzAw=";
hash = "sha256-rKhnSo9xcjr2oI8zLz7TFWug/gBZHrWv91csqtFHLQk=";
extension = "zip";
};