Skip to content

Commit

Permalink
Merge pull request #319765 from fabaff/python-fullykiosk-bump
Browse files Browse the repository at this point in the history
python312Packages.python-fullykiosk: 0.0.12 -> 0.0.13
  • Loading branch information
NickCao committed Jun 14, 2024
2 parents 6406941 + 2526945 commit 1394e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-fullykiosk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "python-fullykiosk";
version = "0.0.12";
version = "0.0.13";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "cgarwood";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-88PsJ1qAlOpxDtZyQe8pFC2Y3ygg3boiPxmYad58Fm8=";
hash = "sha256-GElLaSSr/EEhtjgasP2C79kf+HluVPuQ21I8La7IvLs=";
};

propagatedBuildInputs = [ aiohttp ];
Expand Down

0 comments on commit 1394e61

Please sign in to comment.