3
0
Fork 0
forked from mirrors/nixpkgs

xstatic-jquery-ui: 1.11.0.1 -> 1.12.0.1

This commit is contained in:
makefu 2016-12-15 00:27:29 +01:00
parent e6d28d6643
commit 4bc0c87b0d
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -30089,11 +30089,11 @@ in {
xstatic-jquery-ui = buildPythonPackage rec {
name = "XStatic-jquery-ui-${version}";
version = "1.11.0.1";
version = "1.12.0.1";
propagatedBuildInputs = with self; [ xstatic-jquery ];
src = pkgs.fetchurl {
url = "mirror://pypi/X/XStatic-jquery-ui/XStatic-jquery-ui-${version}.tar.gz";
sha256 = "0n6sgg9jxrqfz4zg6iqdmx1isqx2aswadf7mk3fbi48dxcv1i6q9";
sha256 = "0w7mabv6qflpd47g33j3ggp5rv17mqk0xz3bsdswcj97wqpga2l2";
};
meta = {