pythonPackages.webassets: 0.11.1 -> 0.12.0
This commit is contained in:
@@ -25982,18 +25982,18 @@ in {
|
|||||||
|
|
||||||
webassets = buildPythonPackage rec {
|
webassets = buildPythonPackage rec {
|
||||||
name = "webassets-${version}";
|
name = "webassets-${version}";
|
||||||
version = "0.11.1";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/w/webassets/${name}.tar.gz";
|
url = "mirror://pypi/w/webassets/${name}.tar.gz";
|
||||||
sha256 = "0p1qypcbq9b88ipcylxh3bbnby5n6dr421wb4bwmrlcrgvj4r5lz";
|
sha256 = "14m13xa5sc7iqq2j1wsd2klcwaihqlhz2l9lmn92dks2yc8hplcr";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pyyaml ];
|
propagatedBuildInputs = with self; [ pyyaml ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Media asset management for Python, with glue code for various web frameworks";
|
description = "Media asset management for Python, with glue code for various web frameworks";
|
||||||
homepage = http://github.com/miracle2k/webassets/;
|
homepage = "http://github.com/miracle2k/webassets/";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
|||||||
Reference in New Issue
Block a user