tuir: 1.31.0 -> 1.31.1 (#436443)

authored by Matthias Beyer and committed by GitHub 3c9af9d0 fabc47c7

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