nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pytouchline-extended: 0.4.5 -> 0.4.6

R. Ryantm 31c4ef4d cf7c43aa

+2 -2
+2 -2
pkgs/development/python-modules/pytouchline-extended/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytouchline-extended"; 13 - version = "0.4.5"; 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 - hash = "sha256-fcqm5fRuxB4YQkP48UclGgo4KohXu2OU7w1Nr6i9c6s="; 20 + hash = "sha256-VENKzcIsh8KFvqG+JzwinkCNqQkPpSq3zusiGctGU+Y="; 21 21 }; 22 22 23 23 postPatch = ''