python312Packages.gradio: 4.44.0 -> 4.44.1

This commit is contained in:
Peder Bergebakken Sundt
2024-10-02 00:41:20 +02:00
parent 6523e1827c
commit 5ba21a7c2f
@@ -64,7 +64,7 @@
buildPythonPackage rec {
pname = "gradio";
version = "4.44.0";
version = "4.44.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -72,7 +72,7 @@ buildPythonPackage rec {
# We use the Pypi release, since it provides prebuilt webui assets
src = fetchPypi {
inherit pname version;
hash = "sha256-ovjRJ52giPZxVCOv8TuD3kcbgHbDTBqaSBNrrTN1MkE=";
hash = "sha256-popSSYrGtj+IZO+Ev3hmpw59B+vpE+35IeHSo3CK1a4=";
};
# fix packaging.ParserSyntaxError, which can't handle comments