1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pytestflakes: 1.0.0 -> 1.0.1

This commit is contained in:
Thilo Uttendorfer 2016-10-18 22:48:08 +02:00 committed by GitHub
parent 0240306d01
commit f98dac2ac8

View file

@ -4884,11 +4884,11 @@ in modules // {
pytestflakes = buildPythonPackage rec {
name = "pytest-flakes-${version}";
version = "1.0.0";
version = "1.0.1";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pytest-flakes/${name}.tar.gz";
sha256 = "0vvfprga6k4v2zq1qsr3yq1bjl22vygfsnvyn3hh80cc2386dk6h";
sha256 = "9c2271654294020e134624020a2144cb93b7334809d70fb3f470cd31ec788a3a";
};
propagatedBuildInputs = with self ; [ pytest pyflakes pytestcache ];