gigalixir: 1.10.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2024-04-02 06:45:41 +00:00
parent cb1f3bcd8b
commit b0d6f85182

View file

@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "gigalixir"; pname = "gigalixir";
version = "1.10.0"; version = "1.11.1";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-yIf8a54vA/1q5qhaWsrrROB1IB7X5f/KMoryPew4tAI="; hash = "sha256-fWS13qyYwJUz42nDxWJCzYmZI2jLsD7gwxyIdKhpDbM=";
}; };
postPatch = '' postPatch = ''