Unverified Commit 614beb2f authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #262337 from sheepforce/fypp

fypp: 3.1 -> 3.2
parents fc2a03ca 0221bfa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildPythonApplication rec {
  pname = "fypp";
  version = "3.1";
  version = "3.2";

  src = fetchFromGitHub {
    owner = "aradi";
    repo = pname;
    rev = version;
    hash = "sha256-iog5Gdcd1F230Nl4JDrKoyYr8JualVgNZQzHLzd4xe8=";
    hash = "sha256-MgGVlOqOIrIVoDfBMVpFLT26mhYndxans2hfo/+jdoA=";
  };

  meta = with lib; {