python3Packages.environs: 14.3.0 -> 14.4.0

This commit is contained in:
R. Ryantm
2025-10-30 05:57:45 +00:00
parent d229de74ad
commit 79fb161194
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "environs";
version = "14.3.0";
version = "14.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "sloria";
repo = "environs";
tag = version;
hash = "sha256-DGcYIir2ckzCJ9423OiFwSi0xMXyox6RNYnhOGQhOuc=";
hash = "sha256-901TvjY5VzWLzQGBmTQ/K0giPt010+GH5eVWk58Pqng=";
};
nativeBuildInputs = [ flit-core ];