Merge pull request #276026 from r-ryantm/auto-update/python310Packages.rich-click

python310Packages.rich-click: 1.7.1 -> 1.7.2
This commit is contained in:
Nick Cao 2023-12-22 10:13:24 -05:00 committed by GitHub
commit 3d72d43d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "rich-click";
version = "1.7.1";
version = "1.7.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ewels";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rWVJEuJx5nDUg6RvhubHu9U2Glilrkugjg28SpFIZys=";
hash = "sha256-uPEPYQIoLdjUJZlcg/0jenzIz464nwGi5KfOOyIQ/3I=";
};
propagatedBuildInputs = [