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

python310Packages.python-benedict: 0.31.0 -> 0.32.0
This commit is contained in:
Fabian Affolter 2023-07-25 10:08:49 +02:00 committed by GitHub
commit ef99fa5c5e
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.31.0";
version = "0.32.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "fabiocaccamo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-fFxFpVKA6CdKwYRQCZb7iDrhLVmzaCr009Cv7CvMDyo=";
hash = "sha256-4fBV7sInw/jrKt7CmG7riMTmpLyrsyvWZGRY6s3YbHw=";
};
nativeBuildInputs = [