Merge pull request #322705 from fabaff/python-fullykiosk-bump

python312Packages.python-fullykiosk: 0.0.13 -> 0.0.14
This commit is contained in:
Nick Cao 2024-06-26 16:56:09 -04:00 committed by GitHub
commit 86676f6641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];