python3Packages.pytest-helpers-namespace: 2021.3.24 -> 2021.4.29
This commit is contained in:
parent
8b737f6459
commit
1ce512a554
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-helpers-namespace";
|
||||
version = "2021.3.24";
|
||||
version = "2021.4.29";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0pyj2d45zagmzlajzqdnkw5yz8k49pkihbydsqkzm413qnkzb38q";
|
||||
sha256 = "183524e3db4e2a1fea92e0ca3662a624ba44c9f3568da15679d7535ba6838a6a";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools setuptools-declarative-requirements setuptools-scm ];
|
||||
|
|
Loading…
Reference in a new issue