python3Packages.environs: 9.4.0 -> 9.5.0

This commit is contained in:
Fabian Affolter 2022-01-30 20:49:53 +01:00
parent 3382af30ee
commit 092d08490d

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "environs";
version = "9.4.0";
version = "9.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "sloria";
repo = pname;
rev = version;
sha256 = "sha256-LPD46kxzQ/oTC7XjJn/SXaLQgX613ZoCrJuaRng57Gw=";
sha256 = "sha256-hucApIn7ul7+MC2W811VTxZNO8Pqb6HDXz9VRcEdmIc=";
};
propagatedBuildInputs = [