From b3640db3ea4b92930d1e87fa81f338448fe2ca2d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Mar 2025 09:30:37 +0000 Subject: [PATCH] python312Packages.reflex-chakra: 0.6.3 -> 0.7.0 --- pkgs/development/python-modules/reflex-chakra/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/reflex-chakra/default.nix b/pkgs/development/python-modules/reflex-chakra/default.nix index c720d2bdc455..e197395d1d2a 100644 --- a/pkgs/development/python-modules/reflex-chakra/default.nix +++ b/pkgs/development/python-modules/reflex-chakra/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "reflex-chakra"; - version = "0.6.3"; + version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "reflex-dev"; repo = "reflex-chakra"; tag = "v${version}"; - hash = "sha256-Smkpcy6jPYTUWskZwWKkL9V545Ji/riQ8RFjJXm44qM="; + hash = "sha256-foIXPLWcxNf33y39BgiRpvwRnZOTcfAjhCvC4TD8ZMs="; }; pythonRemoveDeps = [ @@ -34,7 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Chakra Implementation in Reflex"; homepage = "https://github.com/reflex-dev/reflex-chakra"; - changelog = "https://github.com/reflex-dev/reflex-chakra/releases/tag/v${version}"; + changelog = "https://github.com/reflex-dev/reflex-chakra/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };