Merge pull request #239316 from r-ryantm/auto-update/python310Packages.python-benedict

python310Packages.python-benedict: 0.30.2 -> 0.31.0
This commit is contained in:
Fabian Affolter 2023-06-23 11:16:54 +02:00 committed by GitHub
commit fe28240c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "python-benedict";
version = "0.30.2";
version = "0.31.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "fabiocaccamo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MT1oZqzYFK37z6YpRZ9LBg0ynCaq2UrrQzlDDb3YIvo=";
hash = "sha256-fFxFpVKA6CdKwYRQCZb7iDrhLVmzaCr009Cv7CvMDyo=";
};
nativeBuildInputs = [