Skip to content

Commit 7ec89f4

Browse files
committed
python313Packages.reflex-hosting-cli: 0.1.42 -> 0.1.47
1 parent ce5128c commit 7ec89f4

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/reflex-hosting-cli

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/reflex-hosting-cli/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
buildPythonPackage,
44
fetchPypi,
5-
poetry-core,
5+
hatchling,
66
charset-normalizer,
77
httpx,
88
pipdeptree,
@@ -18,22 +18,22 @@
1818

1919
buildPythonPackage rec {
2020
pname = "reflex-hosting-cli";
21-
version = "0.1.42";
21+
version = "0.1.47";
2222
pyproject = true;
2323

2424
# source is not published https://github.com/reflex-dev/reflex/issues/3762
2525
src = fetchPypi {
2626
pname = "reflex_hosting_cli";
2727
inherit version;
28-
hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I=";
28+
hash = "sha256-RPXdLcnuXBDXQGfgFo5EZ+MoBr7nnJmVD1xSRwkWFDY=";
2929
};
3030

3131
pythonRelaxDeps = [
3232
"rich"
3333
"pipdeptree"
3434
];
3535

36-
build-system = [ poetry-core ];
36+
build-system = [ hatchling ];
3737

3838
dependencies = [
3939
charset-normalizer

0 commit comments

Comments
 (0)