Skip to content

Commit

Permalink
python3Packages.radish-bdd: 0.17.1 -> 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Dec 22, 2024
1 parent b1e0f3e commit 0412189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/radish-bdd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

disabled = pythonOlder "3.10";
Expand All @@ -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 = [
Expand Down

0 comments on commit 0412189

Please sign in to comment.