Merge pull request #157441 from fabaff/bump-environs

python3Packages.environs: 9.4.0 -> 9.5.0
This commit is contained in:
Fabian Affolter 2022-01-31 09:22:05 +01:00 committed by GitHub
commit 64bf9af4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [