python312Packages.python-fullykiosk: 0.0.13 -> 0.0.14

Diff: https://github.com/cgarwood/python-fullykiosk/compare/refs/tags/0.0.13...0.0.14

Changelog: https://github.com/cgarwood/python-fullykiosk/releases/tag/0.0.14
This commit is contained in:
Fabian Affolter 2024-06-26 19:34:49 +02:00
parent 273f6bdff8
commit 6057844c05

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-fullykiosk";
version = "0.0.13";
version = "0.0.14";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "cgarwood";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-GElLaSSr/EEhtjgasP2C79kf+HluVPuQ21I8La7IvLs=";
hash = "sha256-+JBgBi05zNgIt2cXlHjFPI6nBFR7SpMCWIQHKtnZeX4=";
};
propagatedBuildInputs = [ aiohttp ];