Merge pull request #279763 from fabaff/environs-bump

python311Packages.environs: 10.0.0 -> 10.1.0
This commit is contained in:
Nick Cao 2024-01-09 13:01:02 -05:00 committed by GitHub
commit a4bd13e1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [