python312Packages.shiny: 1.3.0 -> 1.4.0 (#398930)

This commit is contained in:
Nick Cao
2025-04-16 16:39:42 -04:00
committed by GitHub
@@ -47,14 +47,14 @@
buildPythonPackage rec {
pname = "shiny";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "posit-dev";
repo = "py-shiny";
tag = "v${version}";
hash = "sha256-YCPHjelGPYYo23Vzxy5+8Kn9fVlSZy1Qva7zp93+nzg=";
hash = "sha256-SsMZ+aiGFtP6roTiuBZWnHqPso3ZiWLgBToaTLiC2ko=";
};
build-system = [
@@ -123,7 +123,7 @@ buildPythonPackage rec {
meta = {
description = "Build fast, beautiful web applications in Python";
homepage = "https://shiny.posit.co/py";
changelog = "https://github.com/posit-dev/py-shiny/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/posit-dev/py-shiny/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
};