mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
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:
parent
273f6bdff8
commit
6057844c05
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user