mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
Merge pull request #21161 from makefu/pkgs/xstatic-jquery-ui/update
xstatic-jquery-ui: 1.11.0.1 -> 1.12.0.1
This commit is contained in:
commit
7ea5106246
|
@ -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