tuir: 1.31.0 -> 1.31.1 (#436443)

This commit is contained in:
Matthias Beyer
2025-09-05 13:14:02 +02:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
with python3Packages;
buildPythonApplication rec {
pname = "tuir";
version = "1.31.0";
version = "1.31.1";
pyproject = true;
src = fetchFromGitLab {
owner = "Chocimier";
repo = "tuir";
rev = "v${version}";
hash = "sha256-VYBtD3Ex6+iIRNvX6jF0b0iPvno41/58xCRydiyssvk=";
hash = "sha256-lUK6gXwvVjiYrJXMSFlzp07Yt+nSkU933J4vBJWOLlg=";
};
build-system = with python3Packages; [ setuptools ];