mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pytestflakes: 1.0.0 -> 1.0.1
This commit is contained in:
parent
0240306d01
commit
f98dac2ac8
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user