mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.reflex: 0.8.26 -> 0.8.27
Diff: https://github.com/reflex-dev/reflex/compare/v0.8.26...v0.8.27 Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.8.27
This commit is contained in:
parent
51be7946c5
commit
bd7572c2cb
1 changed files with 2 additions and 2 deletions
|
|
@ -49,14 +49,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "reflex";
|
||||
version = "0.8.26";
|
||||
version = "0.8.27";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "reflex-dev";
|
||||
repo = "reflex";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-pV7J+O7WaD7hzrjvqOFtrj8CKT+SX6KWHot/VxEMtZQ=";
|
||||
hash = "sha256-i6aMzFVvy/PKVk0eK250S3kDbaRKhgykBnRrPA8H42E=";
|
||||
};
|
||||
|
||||
# For some reason, pre_commit is supposedly missing when python>=3.14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue