Unverified Commit 2f20ad26 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268387 from figsoda/poe

poethepoet: 0.24.2 -> 0.24.4
parents bd6385de b07228bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "poethepoet";
  version = "0.24.2";
  version = "0.24.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nat-n";
    repo = "poethepoet";
    rev = "v${version}";
    hash = "sha256-tumEwaHXFLSXOmyQba4wBU5irvzZBL3BsCtF+Nlly+c=";
    hash = "sha256-RTV3TVNciJE7dC/gtViZcSWFXR2A4qNMAJ/1OEzMAus=";
  };

  nativeBuildInputs = [