python3Packages.environs: 14.6.0 -> 15.0.0

This commit is contained in:
R. Ryantm
2026-04-02 21:12:59 +00:00
parent e11cc503cd
commit 3572a39d28
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "environs";
version = "14.6.0";
version = "15.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sloria";
repo = "environs";
tag = finalAttrs.version;
hash = "sha256-TX8C3KIuvAkC+ArGFz9FXyqxd9pfTgmMqnLuYNIlA4o=";
hash = "sha256-9BsMbrn9qwhrLO8uJe3hzzpsqmea3iKoDw1TbyfmAiI=";
};
build-system = [ flit-core ];