ghauri: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2024-05-19 06:47:33 +00:00
parent 8535fb9266
commit dc23055ae3

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ghauri";
version = "1.3.1";
version = "1.3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "r0oth3x49";
repo = "ghauri";
rev = "refs/tags/${version}";
hash = "sha256-QO4/dkJU/uhP1AT1kIxDBIGBfLI1rOhOe/cHC8GwhkA=";
hash = "sha256-zd+Uf2t8yBWi07+BJYYYQ+4fIissuBdXjj877ul4gAQ=";
};
propagatedBuildInputs = with python3.pkgs; [