tuir: 1.31.0 -> 1.31.1

This commit is contained in:
R. Ryantm
2025-08-24 11:01:03 +00:00
parent e25925708e
commit 88b0ebe026
+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 ];