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

python3Packages.textual-image: 0.8.3 -> 0.8.4

R. Ryantm cac4e421 8abf3959

+2 -2
+2 -2
pkgs/development/python-modules/textual-image/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "textual-image"; 19 - version = "0.8.3"; 19 + version = "0.8.4"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "lnqs"; 24 24 repo = "textual-image"; 25 25 tag = "v${version}"; 26 - hash = "sha256-XbQs3E2Zl6Jdq0QVSdF6LexnmEmlZEm9BmWZK+dyBjo="; 26 + hash = "sha256-tmQxCSlcUZy0oEk+EX7Bny75GZ3SOGSRXCNbyo1vLf8="; 27 27 }; 28 28 29 29 buildInputs = [ setuptools ];