tuir: 1.31.0 -> 1.31.1

R. Ryantm 88b0ebe0 e2592570

+2 -2
+2 -2
pkgs/by-name/tu/tuir/package.nix
··· 7 with python3Packages; 8 buildPythonApplication rec { 9 pname = "tuir"; 10 - version = "1.31.0"; 11 pyproject = true; 12 13 src = fetchFromGitLab { 14 owner = "Chocimier"; 15 repo = "tuir"; 16 rev = "v${version}"; 17 - hash = "sha256-VYBtD3Ex6+iIRNvX6jF0b0iPvno41/58xCRydiyssvk="; 18 }; 19 20 build-system = with python3Packages; [ setuptools ];
··· 7 with python3Packages; 8 buildPythonApplication rec { 9 pname = "tuir"; 10 + version = "1.31.1"; 11 pyproject = true; 12 13 src = fetchFromGitLab { 14 owner = "Chocimier"; 15 repo = "tuir"; 16 rev = "v${version}"; 17 + hash = "sha256-lUK6gXwvVjiYrJXMSFlzp07Yt+nSkU933J4vBJWOLlg="; 18 }; 19 20 build-system = with python3Packages; [ setuptools ];