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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user