Unverified Commit ca9bd3e7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #259808 from figsoda/poe

poethepoet: 0.24.0 -> 0.24.1
parents 396b42c9 56125605
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.0";
  version = "0.24.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nat-n";
    repo = "poethepoet";
    rev = "v${version}";
    hash = "sha256-fW457R8DvkHdgNcPatEf1nJNjMYTmliiRHrYyAAoZuo=";
    hash = "sha256-cIIMwQF0jqGQhNyX2qDBeKZlUNvdC6sBTv5LCxk8MMQ=";
  };

  nativeBuildInputs = [