Merge pull request #170733 from r-ryantm/auto-update/python3.10-python-benedict

python310Packages.python-benedict: 0.25.0 -> 0.25.1
This commit is contained in:
Fabian Affolter 2022-04-28 08:51:01 +02:00 committed by GitHub
commit a6fd26210e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-benedict";
version = "0.25.0";
version = "0.25.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,8 +27,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "fabiocaccamo";
repo = pname;
rev = version;
hash = "sha256-G7pTbxNcESMUiKpQxjiF0gwN5mBhmuwIDlzauN5JCB4=";
rev = "refs/tags/${version}";
hash = "sha256-egOrotWgRyB6pdWUIRWogwdoK82g/1JfRDc85W4FrjQ=";
};
propagatedBuildInputs = [