forked from mirrors/nixpkgs
xstatic-jquery-ui: 1.11.0.1 -> 1.12.0.1
This commit is contained in:
parent
e6d28d6643
commit
4bc0c87b0d
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue