tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytouchline-extended: 0.4.5 -> 0.4.6
R. Ryantm
10 months ago
31c4ef4d
cf7c43aa
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytouchline-extended
default.nix
+2
-2
pkgs/development/python-modules/pytouchline-extended/default.nix
reviewed
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "pytouchline-extended";
13
13
-
version = "0.4.5";
13
13
+
version = "0.4.6";
14
14
pyproject = true;
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "brondum";
18
18
repo = "pytouchline";
19
19
tag = version;
20
20
-
hash = "sha256-fcqm5fRuxB4YQkP48UclGgo4KohXu2OU7w1Nr6i9c6s=";
20
20
+
hash = "sha256-VENKzcIsh8KFvqG+JzwinkCNqQkPpSq3zusiGctGU+Y=";
21
21
};
22
22
23
23
postPatch = ''