airlift: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-04-27 05:11:42 +00:00
parent 86aa70f787
commit 59729e3c42

View file

@ -10,11 +10,11 @@ python3.pkgs.buildPythonApplication rec {
pname = "airlift"; pname = "airlift";
pyproject = true; pyproject = true;
version = "0.3.1"; version = "0.4.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-EAt3xxr9jtMaOugAV+ySjhorO8SrhBn00PZ84ZG80oI="; hash = "sha256-JcW2FXl+SrdveRmG5bD1ttf6F3LwvGZQF4ZCTpDpPa8=";
}; };
postPatch = '' postPatch = ''