python310Packages.gigalixir: 1.2.5 -> 1.2.6

This commit is contained in:
R. Ryantm 2022-05-25 20:18:16 +00:00
parent f905feccd0
commit 3ac203dbae

View file

@ -17,14 +17,14 @@
buildPythonApplication rec {
pname = "gigalixir";
version = "1.2.5";
version = "1.2.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-P70xsI/zwsoSgK1XCPzJSI5NQ58M431kmgo5gHXbaNw=";
hash = "sha256-a2kU5vUSiOg0yFvGLxE2Edgyrar7psBD4NPEmDsP3IY=";
};
propagatedBuildInputs = [