sqlite-web: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2024-07-16 05:42:17 +00:00
parent b64e7d2266
commit bbb4134595

View File

@ -5,11 +5,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "sqlite-web"; pname = "sqlite-web";
version = "0.6.3"; version = "0.6.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-cDSlSh0vnwvbJZFDPqvJ5oXz68gN9yzodcQYkXUAytE="; hash = "sha256-5Bdd1C9M3HjvfDKdVvGSQ+/I0Iimvf1MZwPonRiqwqU=";
}; };
propagatedBuildInputs = with python3Packages; [ flask peewee pygments ]; propagatedBuildInputs = with python3Packages; [ flask peewee pygments ];