airlift: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2024-03-15 07:19:05 +00:00
parent 2bcf18c64c
commit bb734e62f7

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