Merge pull request #309924 from r-ryantm/auto-update/retool

retool: 2.3.7 -> 2.3.8
This commit is contained in:
Thiago Kenji Okada 2024-05-07 22:15:59 +01:00 committed by GitHub
commit 25e102977f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "retool"; pname = "retool";
version = "2.3.7"; version = "2.3.8";
pyproject = true; pyproject = true;
disabled = python3.pkgs.pythonOlder "3.10"; disabled = python3.pkgs.pythonOlder "3.10";
@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "unexpectedpanda"; owner = "unexpectedpanda";
repo = "retool"; repo = "retool";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-WEx/S6+8lJXu+4yKazzJ55HTGKr38GMRL242FV7KdLQ="; hash = "sha256-KGBpGZAC0SjStp0aulxVRJMmNwlpvSG0i0rtZgvFCpc=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [