Skip to content

Commit

Permalink
python37Packages.dependency-injector: 4.5.1 -> 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 9, 2020
1 parent c13d8fd commit 337c3d7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -9,11 +9,11 @@ in

buildPythonPackage rec {
pname = "dependency-injector";
version = "4.5.1";
version = "4.5.3";

src = fetchPypi {
inherit pname version;
sha256 = "1d5d42a3547a8a8d3b7aa8f4325e5042231bbc86718c89e123c0c62c103cd9d5";
sha256 = "345bfa4185802a712e27903b5612d4748a1e2483c3d5da8d840d8a401aeb75ea";
};

propagatedBuildInputs = [ six ];
Expand Down

0 comments on commit 337c3d7

Please sign in to comment.