Skip to content

Commit

Permalink
python3Packages.radish-bdd: 0.17.1 -> 0.18.1 (#367336)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit authored Dec 23, 2024
2 parents 2b37ece + 0412189 commit 3f9b0b0
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 3f9b0b0

Please sign in to comment.