airlift: 0.3.0 -> 0.3.1
This commit is contained in:
parent
2bcf18c64c
commit
bb734e62f7
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue