File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/reflex-hosting-cli Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchPypi ,
5- poetry-core ,
5+ hatchling ,
66 charset-normalizer ,
77 httpx ,
88 pipdeptree ,
1818
1919buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments