Commit 6057844c authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 273f6bdf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];