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

airlift: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao
2024-03-15 13:39:51 -04:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@ python3.pkgs.buildPythonApplication rec {
pname = "airlift";
pyproject = true;
version = "0.3.0";
version = "0.3.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-1LE3fpfX4NExJdUdSjt4BXvxQTLJ8zrRkGHkxo/6Pb8=";
hash = "sha256-EAt3xxr9jtMaOugAV+ySjhorO8SrhBn00PZ84ZG80oI=";
};
postPatch = ''