3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #282999 from r-ryantm/auto-update/ghauri

ghauri: 1.1.8 -> 1.3
This commit is contained in:
Fabian Affolter 2024-01-24 16:22:09 +01:00 committed by GitHub
commit 66a9817cec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ghauri";
version = "1.1.8";
version = "1.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "r0oth3x49";
repo = "ghauri";
rev = "refs/tags/${version}";
hash = "sha256-WEWiWu8U7DmRjj42BEBXA3CHTyJh2Apz59ImFrmQXEk=";
hash = "sha256-CZhkb8GmXXSA5QqhW7IAirwsxQg6YNFT3RHrGsyqAbk=";
};
propagatedBuildInputs = with python3.pkgs; [