python311Packages.environs: 10.0.0 -> 10.1.0

Diff: https://github.com/sloria/environs/compare/refs/tags/10.0.0...10.1.0

Changelog: https://github.com/sloria/environs/blob/10.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-01-09 09:57:02 +01:00
parent f7a6fa2f64
commit 6165ccef7a

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "environs";
version = "10.0.0";
version = "10.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "sloria";
repo = "environs";
rev = "refs/tags/${version}";
hash = "sha256-B/ICzopFuOAWMlDn950LXmi/XQaQxh5jFVmLdmt7Dlg=";
hash = "sha256-G9dgOugmFRHSLlmVHs2H5XyF3UKghAGtuzTWn4IB4dI=";
};
nativeBuildInputs = [