python313Packages.environs: 11.2.1 -> 14.0.0 (#372063)

This commit is contained in:
Fabian Affolter
2025-01-08 10:54:33 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "environs";
version = "11.2.1";
version = "14.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "sloria";
repo = "environs";
tag = version;
hash = "sha256-BU2D9NGNoUu3F1kx9t4j1VW0HarLVqiXTZEW67pMPV8=";
hash = "sha256-sqEe0DoJHUtHFin04+lNQKuXjvSmDmfwjQIvU6a4sDo=";
};
nativeBuildInputs = [ flit-core ];