tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tuir: 1.31.0 -> 1.31.1
R. Ryantm
5 months ago
88b0ebe0
e2592570
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
tu
tuir
package.nix
+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 ];