airlift: 0.3.1 -> 0.4.0
This commit is contained in:
parent
86aa70f787
commit
59729e3c42
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
pname = "airlift";
|
||||
pyproject = true;
|
||||
version = "0.3.1";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-EAt3xxr9jtMaOugAV+ySjhorO8SrhBn00PZ84ZG80oI=";
|
||||
hash = "sha256-JcW2FXl+SrdveRmG5bD1ttf6F3LwvGZQF4ZCTpDpPa8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue