python3Packages.drawille: 0.1.0 -> 0.2.0

This commit is contained in:
Norbert Melzer 2024-11-30 15:38:00 +01:00
parent 1fd02d90c6
commit 6596f4f3fd

View File

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "drawille"; pname = "drawille";
version = "0.1.0"; version = "0.2.0";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-t4nS8TWbEGKHibIbLfZZycPQxTiEzuJ7DYsa6Twi+8s="; hash = "sha256-gVND4RYsWAUtTLZS75cPZ3Ht2QBC1UnsxuRTyXNqoa0=";
}; };
doCheck = false; # pypi package has no tests, git has no tags doCheck = false; # pypi package has no tests, git has no tags