python312Packages.textual-serve: 1.1.1 -> 1.1.2 (#399331)

authored by Pol Dellaiera and committed by GitHub d47626dd 3e1832a4

+2 -2
+2 -2
pkgs/development/python-modules/textual-serve/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "textual-serve"; 19 - version = "1.1.1"; 19 + version = "1.1.2"; 20 20 pyproject = true; 21 21 22 22 # No tags on GitHub 23 23 src = fetchPypi { 24 24 pname = "textual_serve"; 25 25 inherit version; 26 - hash = "sha256-ccZiRyxGLl42je/GYO5ujq47/aiMpAwFDFVHRobrDFQ="; 26 + hash = "sha256-DMr5ud+cCNSy16CIfK0yciQ7qH9oGSw2T0vtW2g+S9Q="; 27 27 }; 28 28 29 29 build-system = [