python312Packages.environs: 11.0.0 -> 11.1.0

Diff: https://github.com/sloria/environs/compare/refs/tags/11.0.0...11.1.0

Changelog: https://github.com/sloria/environs/blob/11.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-11-14 09:43:11 +01:00
parent b52d3fca59
commit 98698756ef
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "environs";
version = "11.0.0";
version = "11.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "sloria";
repo = "environs";
rev = "refs/tags/${version}";
hash = "sha256-9BqIlA2HcUlBiyTB7zxaLO0CzBRkx5mKMMdhvdr2Uqg=";
hash = "sha256-LL1lNNIJBd4MaU41xKYUu/I8dOd3lpmFmnv8/7lJAu4=";
};
nativeBuildInputs = [ flit-core ];