python312Packages.python-fullykiosk: 0.0.12 -> 0.0.13

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

Changelog: https://github.com/cgarwood/python-fullykiosk/releases/tag/0.0.13
This commit is contained in:
Fabian Affolter
2024-06-14 09:53:25 +02:00
parent 923b669abb
commit 252694554e
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-fullykiosk";
version = "0.0.12";
version = "0.0.13";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "cgarwood";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-88PsJ1qAlOpxDtZyQe8pFC2Y3ygg3boiPxmYad58Fm8=";
hash = "sha256-GElLaSSr/EEhtjgasP2C79kf+HluVPuQ21I8La7IvLs=";
};
propagatedBuildInputs = [ aiohttp ];