python3Packages.shinychat: 0.2.8 -> 0.3.0

https://github.com/posit-dev/shinychat/releases/tag/r/v0.3.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:53 +01:00
parent deb8733ceb
commit 16359e9b4d
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "shinychat";
version = "0.2.8";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "posit-dev";
repo = "shinychat";
tag = "py/v${version}";
hash = "sha256-thdLaZ+rnD8yumxhjXOLhufcSBD0oNKOWSxxDdJ9tNU=";
tag = "r/v${version}";
hash = "sha256-d+wcZuokZ8uH/z/IthH6h2SDD81NJg1cn6+jwYwfcxE=";
};
build-system = [