Merge pull request #307150 from r-ryantm/auto-update/airlift

airlift: 0.3.1 -> 0.4.0
This commit is contained in:
Nick Cao 2024-04-27 10:24:57 -04:00 committed by GitHub
commit 58b67a7898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''