graphinder: 1.11.5 -> 1.11.6

This commit is contained in:
R. Ryantm 2022-11-26 08:59:43 +00:00
parent fd538cf515
commit 6e51090efd

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "graphinder";
version = "1.11.5";
version = "1.11.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "Escape-Technologies";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ds0XPDDeBtN9AXGIyxqj9aDJyQWekWVL8zbSYRKWw18=";
hash = "sha256-TDc6aIFkxShlfC6fLYMKULfrFUAYhQZrIHZNDuMh68g=";
};
nativeBuildInputs = with python3.pkgs; [