lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.radish-bdd: 0.17.0 -> 0.17.1

+2 -2
+2 -2
pkgs/development/python-modules/radish-bdd/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "radish-bdd"; 22 - version = "0.17.0"; 22 + version = "0.17.1"; 23 23 format = "setuptools"; 24 24 25 25 disabled = pythonOlder "3.7"; ··· 28 28 owner = pname; 29 29 repo = "radish"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-4cGUF4Qh5+mxHtKNnAjh37Q6hEFCQ9zmntya98UHx+0="; 31 + hash = "sha256-9Wt+W7PWUVijzAeZMvcOl/Na60OCCGJJqxh2UaAxAcM="; 32 32 }; 33 33 34 34 propagatedBuildInputs = [