python3Packages.defcon: 0.10.2 -> 0.10.3

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:01 +02:00
parent 19ab95a252
commit 032456462a

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "defcon";
version = "0.10.2";
version = "0.10.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ruOW5taeRa5lyCZHgTktTCkRaTSyc3rXbYIwtAwYKkQ=";
hash = "sha256-Vt4m18dfFk7qA+KLwRtMdpxo1wX6GG38rrVsJ/mkzAw=";
extension = "zip";
};