mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
Merge pull request #152838 from r-ryantm/auto-update/python3.8-pytest-helpers-namespace
python38Packages.pytest-helpers-namespace: 2021.4.29 -> 2021.12.29
This commit is contained in:
commit
7b5d8ae2d7
@ -10,12 +10,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-helpers-namespace";
|
||||
version = "2021.4.29";
|
||||
version = "2021.12.29";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "183524e3db4e2a1fea92e0ca3662a624ba44c9f3568da15679d7535ba6838a6a";
|
||||
sha256 = "792038247e0021beb966a7ea6e3a70ff5fcfba77eb72c6ec8fd6287af871c35b";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools setuptools-declarative-requirements setuptools-scm ];
|
||||
|
Loading…
Reference in New Issue
Block a user