python313Packages.environs: 14.0.0 -> 14.1.0

Diff: https://github.com/sloria/environs/compare/refs/tags/14.0.0...14.1.0

Changelog: https://github.com/sloria/environs/blob/14.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-01-11 21:01:58 +01:00
parent 09eed56512
commit fbb280f870
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "environs";
version = "14.0.0";
version = "14.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "sloria";
repo = "environs";
tag = version;
hash = "sha256-sqEe0DoJHUtHFin04+lNQKuXjvSmDmfwjQIvU6a4sDo=";
hash = "sha256-OmZn6ngujcPuws+idRtzwIt+9XLfRge7IFby+yCiQNM=";
};
nativeBuildInputs = [ flit-core ];