ghauri: 1.3.5 -> 1.3.7 (#337622)

This commit is contained in:
Fabian Affolter 2024-08-27 10:24:52 +02:00 committed by GitHub
commit edb17a8ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "ghauri"; pname = "ghauri";
version = "1.3.5"; version = "1.3.7";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "r0oth3x49"; owner = "r0oth3x49";
repo = "ghauri"; repo = "ghauri";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-ea0YJuHT4G6Y9AE9sZEHTa/Ljtw2fATFha/j4VmukcA="; hash = "sha256-uGRhp77HmLmWMJFyhJoEjwdIR84Wcwv554g9Hi6yW4c=";
}; };
build-system = with python3.pkgs; [ build-system = with python3.pkgs; [