Unverified Commit 3f9b0b0c authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

python3Packages.radish-bdd: 0.17.1 -> 0.18.1 (#367336)

parents 2b37eced 04121894
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "radish-bdd";
  version = "0.17.1";
  version = "0.18.1";
  format = "setuptools";

  disabled = pythonOlder "3.10";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "radish";
    rev = "refs/tags/v${version}";
    hash = "sha256-9Wt+W7PWUVijzAeZMvcOl/Na60OCCGJJqxh2UaAxAcM=";
    hash = "sha256-VCxqhTr0vHJ14tm/0zw/v9bCOQ2q4rzHv40NVYwI254=";
  };

  propagatedBuildInputs = [