Merge pull request #19736 from sengaya/patch-1

pytestflakes: 1.0.0 -> 1.0.1

authored by Frederik Rietdijk and committed by GitHub 5400fb61 9c52f56d

+2 -2
+2 -2
pkgs/top-level/python-packages.nix
··· 4890 4891 pytestflakes = buildPythonPackage rec { 4892 name = "pytest-flakes-${version}"; 4893 - version = "1.0.0"; 4894 4895 src = pkgs.fetchurl { 4896 url = "mirror://pypi/p/pytest-flakes/${name}.tar.gz"; 4897 - sha256 = "0vvfprga6k4v2zq1qsr3yq1bjl22vygfsnvyn3hh80cc2386dk6h"; 4898 }; 4899 4900 propagatedBuildInputs = with self ; [ pytest pyflakes pytestcache ];
··· 4890 4891 pytestflakes = buildPythonPackage rec { 4892 name = "pytest-flakes-${version}"; 4893 + version = "1.0.1"; 4894 4895 src = pkgs.fetchurl { 4896 url = "mirror://pypi/p/pytest-flakes/${name}.tar.gz"; 4897 + sha256 = "9c2271654294020e134624020a2144cb93b7334809d70fb3f470cd31ec788a3a"; 4898 }; 4899 4900 propagatedBuildInputs = with self ; [ pytest pyflakes pytestcache ];