Merge pull request #258238 from r-ryantm/auto-update/python310Packages.radish-bdd

python310Packages.radish-bdd: 0.16.1 -> 0.16.2
This commit is contained in:
Fabian Affolter 2023-10-01 16:04:15 +02:00 committed by GitHub
commit 6d11645a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "radish-bdd";
version = "0.16.1";
version = "0.16.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = pname;
repo = "radish";
rev = "refs/tags/v${version}";
hash = "sha256-fzxjDMmz5NMFRTQchlCOx2igqmhS6Zg0IU5HFO5a/0k=";
hash = "sha256-ZWAHPZmyPq/BRVT6pHkTRjp2SA36+wD6x6GW9OyfG7k=";
};
propagatedBuildInputs = [
@ -60,7 +60,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Behaviour-Driven-Development tool for python";
homepage = "http://radish-bdd.io";
homepage = "https://radish-bdd.github.io/";
changelog = "https://github.com/radish-bdd/radish/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
};