Skip to content

Commit

Permalink
python312Packages.gotailwind: 0.2.3 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 1, 2024
1 parent 8af0d4b commit f1c1933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gotailwind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "gotailwind";
version = "0.2.3";
version = "0.2.4";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-gotailwind";
rev = "refs/tags/v${version}";
hash = "sha256-FRFcFn5aRg+H9M6ZwEfLO1Dwcybvs0ODQv2ruCG+4v0=";
hash = "sha256-g4wYjMJXSm7cjb5Zck1O0A+ETfqMTmiI8In26mcGhNw=";
};

postPatch = ''
Expand Down

0 comments on commit f1c1933

Please sign in to comment.