0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python313Packages.rich-toolkit: 0.14.1 -> 0.14.6

https://github.com/patrick91/rich-toolkit/releases/tag/v0.14.6
This commit is contained in:
Martin Weinelt 2025-05-17 03:34:56 +02:00 committed by Robert Schütz
parent f76585cc3f
commit 08ebc81894

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "rich-toolkit";
version = "0.14.1";
version = "0.14.6";
pyproject = true;
src = fetchFromGitHub {
owner = "patrick91";
repo = "rich-toolkit";
tag = "v${version}";
hash = "sha256-RoK84ejiJRgcs4bEJTBAGULDPDJh6rtrxrovwKWZ/Oc=";
hash = "sha256-SHQZ0idEx/zDEtP0xQoJg7eUT8+SqLdWljxfTgXzjkk=";
};
build-system = [