python3Packages.click-spinner: 0.1.10 -> 0.2.0

https://github.com/click-contrib/click-spinner/releases/tag/v0.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:13 +02:00
parent 4793b25276
commit b07ecf1f95

View File

@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "click-spinner";
version = "0.1.10";
version = "0.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-h+rPnXKYlzol12Fe9X1Hgq6/kTpTK7pLKKN+Nm6XXa8=";
hash = "sha256-ATcVUFlrwY8eFUa7KVZ0Xu04cjUjXmZLyW+MxnW31ug=";
};
postPatch = ''