mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user