Merge pull request #21161 from makefu/pkgs/xstatic-jquery-ui/update

xstatic-jquery-ui: 1.11.0.1 -> 1.12.0.1

authored by Jörg Thalheim and committed by GitHub 7ea51062 14bf9406

+2 -2
+2 -2
pkgs/top-level/python-packages.nix
··· 30089 30089 30090 30090 xstatic-jquery-ui = buildPythonPackage rec { 30091 30091 name = "XStatic-jquery-ui-${version}"; 30092 - version = "1.11.0.1"; 30092 + version = "1.12.0.1"; 30093 30093 propagatedBuildInputs = with self; [ xstatic-jquery ]; 30094 30094 src = pkgs.fetchurl { 30095 30095 url = "mirror://pypi/X/XStatic-jquery-ui/XStatic-jquery-ui-${version}.tar.gz"; 30096 - sha256 = "0n6sgg9jxrqfz4zg6iqdmx1isqx2aswadf7mk3fbi48dxcv1i6q9"; 30096 + sha256 = "0w7mabv6qflpd47g33j3ggp5rv17mqk0xz3bsdswcj97wqpga2l2"; 30097 30097 }; 30098 30098 30099 30099 meta = {