Merge pull request #281939 from r-ryantm/auto-update/gigalixir

gigalixir: 1.6.0 -> 1.10.0
This commit is contained in:
Weijia Wang
2024-02-04 22:50:44 +01:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "gigalixir";
version = "1.6.0";
version = "1.10.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-01CoCT++mGiwZ40vAjU3OFE74WGWlBuhaTwsNFIR1a0=";
hash = "sha256-yIf8a54vA/1q5qhaWsrrROB1IB7X5f/KMoryPew4tAI=";
};
postPatch = ''