We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca4c0b commit dff280fCopy full SHA for dff280f
pkgs/development/python-modules/cucumber-tag-expressions/default.nix
@@ -11,14 +11,14 @@
11
12
buildPythonPackage rec {
13
pname = "cucumber-tag-expressions";
14
- version = "6.1.1";
+ version = "6.1.2";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "cucumber";
19
repo = "tag-expressions";
20
tag = "v${version}";
21
- hash = "sha256-6W56rH0hl9BjL/q0mzy61Woxnl5qenGdcaDX/uGBVsE=";
+ hash = "sha256-ptDsN6loFXrKT1xeR138kXzA5TbHPH1G7I/25ZD8Nj4=";
22
};
23
24
sourceRoot = "${src.name}/python";
0 commit comments