Merge pull request #119823 from dotlambda/pytest-subprocess-1.1.10

python3Packages.pytest-subprocess: 1.0.1 -> 1.1.0

authored by Sandro and committed by GitHub 5cacbc77 347ddba6

+3 -3
+3 -3
pkgs/development/python-modules/pytest-subprocess/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "pytest-subprocess"; 13 - version = "1.0.1"; 14 15 - disabled = pythonOlder "3.4"; 16 17 src = fetchFromGitHub { 18 owner = "aklajnert"; 19 repo = "pytest-subprocess"; 20 rev = version; 21 - sha256 = "16ghwyv1vy45dd9cysjvcvvpm45958x071id2qrvgaziy2j6yx3j"; 22 }; 23 24 buildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "pytest-subprocess"; 13 + version = "1.1.0"; 14 15 + disabled = pythonOlder "3.6"; 16 17 src = fetchFromGitHub { 18 owner = "aklajnert"; 19 repo = "pytest-subprocess"; 20 rev = version; 21 + sha256 = "sha256-r6WNDdvZAHMG1kPtLJlCwvhbVG1gC1NEvRfta+Chxnk="; 22 }; 23 24 buildInputs = [