python3Packages.drawille: 0.1.0 -> 0.2.0 (#360449)

This commit is contained in:
Norbert Melzer
2024-12-15 14:32:23 +01:00
committed by GitHub
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "drawille";
version = "0.1.0";
version = "0.2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-t4nS8TWbEGKHibIbLfZZycPQxTiEzuJ7DYsa6Twi+8s=";
hash = "sha256-gVND4RYsWAUtTLZS75cPZ3Ht2QBC1UnsxuRTyXNqoa0=";
};
doCheck = false; # pypi package has no tests, git has no tags