Skip to content

Commit

Permalink
pythonPackages.webassets: 0.12 -> 0.12.1
Browse files Browse the repository at this point in the history
Fixes #22965
  • Loading branch information
abbradar committed Feb 19, 2017
1 parent 6d6cf3f commit b322271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26784,11 +26784,11 @@ EOF

webassets = buildPythonPackage rec {
name = "webassets-${version}";
version = "0.12.0";
version = "0.12.1";

src = pkgs.fetchurl {
url = "mirror://pypi/w/webassets/${name}.tar.gz";
sha256 = "14m13xa5sc7iqq2j1wsd2klcwaihqlhz2l9lmn92dks2yc8hplcr";
sha256 = "1nrqkpb7z46h2b77xafxihqv3322cwqv6293ngaky4j3ff4cing7";
};

buildInputs = with self; [ nose jinja2 mock pytest ];
Expand Down

0 comments on commit b322271

Please sign in to comment.