Merge pull request #199023 from r-ryantm/auto-update/python310Packages.python-box

python310Packages.python-box: 6.0.2 -> 6.1.0
This commit is contained in:
Fabian Affolter 2022-11-01 22:35:00 +01:00 committed by GitHub
commit 4a8e1deb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "python-box";
version = "6.0.2";
version = "6.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "cdgriffith";
repo = "Box";
rev = version;
hash = "sha256-IE2qyRzvrOTymwga+hCwE785sAVTqQtcN1DL/uADpbQ=";
rev = "refs/tags/${version}";
hash = "sha256-42VDZ4aASFFWhRY3ApBQ4dq76eD1flZtxUM9hpA9iiI=";
};
passthru.optional-dependencies = {