Merge pull request #69580 from r-ryantm/auto-update/gradio

gradio: 7.2 -> 7.3
This commit is contained in:
Maximilian Bosch 2019-09-26 23:46:31 +02:00 committed by GitHub
commit 4e3e1d45c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
, gst_plugins ? with gst_all_1; [ gst-plugins-good gst-plugins-ugly ] , gst_plugins ? with gst_all_1; [ gst-plugins-good gst-plugins-ugly ]
}: }:
let let
version = "7.2"; version = "7.3";
in stdenv.mkDerivation { in stdenv.mkDerivation {
pname = "gradio"; pname = "gradio";
@ -26,7 +26,7 @@ in stdenv.mkDerivation {
owner = "haecker-felix"; owner = "haecker-felix";
repo = "gradio"; repo = "gradio";
rev = "v${version}"; rev = "v${version}";
sha256 = "0c4vlrfl0ljkiwarpwa8wcfmmihh6a5j4pi4yr0qshyl9xxvxiv3"; sha256 = "00982dynl36lpsrx3mkd2a479zsrc8jvwfb8i7pi6w7fzzd8n8bl";
}; };
nativeBuildInputs = [ nativeBuildInputs = [