patatt: 0.4.9 -> 0.5.0

This commit is contained in:
kilianar 2022-07-02 23:14:57 +02:00
parent fe04d2c054
commit ccf802df31

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "patatt";
version = "0.4.9";
version = "0.5.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-qHhNxgP43vBSjrHp2Ygzq5J/f6YyBD4VDTp9S1ud6zo=";
sha256 = "sha256-OUDu98f3CPI/hezdcIA2ndSOfCscVthuhkqq2jr9jXo=";
};
propagatedBuildInputs = with python3Packages; [