Skip to content

Commit

Permalink
Merge pull request NixOS#152174 from r-ryantm/auto-update/python3.8-p…
Browse files Browse the repository at this point in the history
…ytest-doctestplus

python38Packages.pytest-doctestplus: 0.11.1 -> 0.11.2
  • Loading branch information
Mic92 authored Dec 28, 2021
2 parents 7ab6ecb + 3c0038c commit 495e616
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

buildPythonPackage rec {
pname = "pytest-doctestplus";
version = "0.11.1";
version = "0.11.2";
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "b7a0aeb79b85ee81a3c72c49019b4bfeb57fa920abaa6c17ba8be3be9c5290f1";
sha256 = "f393adf659709a5f111d6ca190871c61808a6f3611bd0a132e27e93b24dd3448";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 495e616

Please sign in to comment.