python3Packages.rich-toolkit: 0.15.1 -> 0.17.1
https://github.com/patrick91/rich-toolkit/releases/tag/0.17.1 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -13,19 +13,20 @@
|
||||
|
||||
# tests
|
||||
inline-snapshot,
|
||||
pydantic,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rich-toolkit";
|
||||
version = "0.15.1";
|
||||
version = "0.17.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "patrick91";
|
||||
repo = "rich-toolkit";
|
||||
tag = version;
|
||||
hash = "sha256-NcdABfbqE+VzE6bptBO98Cf7jetlfVqa/LB5Chg/P8Y=";
|
||||
hash = "sha256-69x760lnMdwrNFUL1g9PBlTRGz34Ur2CHWbJq7PqBmk=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -38,6 +39,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
inline-snapshot
|
||||
pydantic
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user