python310Packages.python-benedict: 0.30.2 -> 0.31.0

This commit is contained in:
R. Ryantm 2023-06-23 08:27:41 +00:00
parent 05a9a6a6f4
commit 85d87bab35

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